Skip to main content

Power BI

New

Power Query add UI option to Remove Top N Rows Until Header Row Found

Vote (2) Share
Wyn Hopkins's profile image

Wyn Hopkins on 17 Feb 2025 07:09:44

A very common scenario in Power Query is to remove top N rows. Often this has to be dynamic as the source data is provided in an inconsistent manner each period.


This trick of editing Remove Top rows to make it dynamic really should be a UI option.


= Table.Skip(PriorStep,each [Column1]<>"HeadingYourLookingFor")



Either add a Sub menu icon to Remove Top Rows, or add it as an optional feature in the Remove Top Rows dialogue