Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Good morning,
Thanks to everyone who has answered my recent queries on this forum, they've really helped me get going with Power Bi.
So I'm hoping somebody can also tell me what I'm missing here, before I import a spreadsheet to work with I gather the data can be transformed but I can't see how to remove multiple rows. Like, I don't want rows 1-10 but can't see how to take them away in one go.
I'm sure there's something simple that I'm not seeing so if anybody knows that would be appreciated.
Thanks in advance
Solved! Go to Solution.
Hi @Bankesy26-_
In home tab there are options to remove/skip/keep rows
Beyond what is available from the GUI, I would create conditional/custom column to that will determine whether a rows is to be kept or not based on certain conditions. This column is to be used to filter the table.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 21 | |
| 18 | |
| 11 |
| User | Count |
|---|---|
| 56 | |
| 54 | |
| 43 | |
| 36 | |
| 34 |