Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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 FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
31 | |
28 | |
19 | |
15 | |
12 |
User | Count |
---|---|
20 | |
18 | |
13 | |
10 | |
10 |