skip_rows
Drops the first N rows from a Power BI table, appending Table.Skip to the M query. Useful for removing header rows or unnecessary data from a partition.
Instructions
Power Query Remove Top Rows: drop the first N rows. Appends Table.Skip to the table's M query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | number of rows to skip from the top | |
| table | Yes | ||
| sessionId | Yes | ||
| partitionName | No | partition name (optional; defaults to the first partition) |