remove_bottom_rows
Removes the bottom N rows from a Power Query table by appending Table.RemoveLastN to its M query, reducing the dataset size.
Instructions
Power Query Remove Bottom Rows: drop the last N rows. Appends Table.RemoveLastN to the table's M query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | number of rows to remove from the bottom | |
| table | Yes | ||
| sessionId | Yes | ||
| partitionName | No | partition name (optional; defaults to the first partition) |