The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I thought this would be simple, just like in excel,
I wanted to delete all rows from a certain row downward.
sure I can do it in excel first, im thinking about when connected to other databases though...
Solved! Go to Solution.
"Deleting Rows from a certain row downward" = "Keeping rows down to a certain row"
So if you want to delete from Row 16 downward:
Table.FirstN(#"Previous Step",15)
From the UI, look for Home => Reduce Rows and pick an appropriate option
Or just filter out the nulls in the State column.
--Nate
"Deleting Rows from a certain row downward" = "Keeping rows down to a certain row"
So if you want to delete from Row 16 downward:
Table.FirstN(#"Previous Step",15)
From the UI, look for Home => Reduce Rows and pick an appropriate option
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.