March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
17 | |
13 | |
13 | |
8 |
User | Count |
---|---|
36 | |
31 | |
20 | |
19 | |
17 |