Table.RemoveRows

Syntax

Table.RemoveRows(table as table, offset as number, optional count as nullable number) as table

Description

Removes count of rows from the beginning of the table, starting at the offset specified. A default count of 1 is used if the count parameter isn’t provided.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Table Functions / Table.RemoveRows