Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.