Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have set of data which is having multiple rows. I have populated in table view to visualize. I want to show/filter/differntiate only top 10 rows based on Column2 (Desc order).
Here is the sample data
Any help is appreciated.
Thanks
SK
Solved! Go to Solution.
The Top N option will be under column1. You will need a measure for column2 though. Probably
Sum column2 = SUM(Table[Column2])
Once you've selected the filter option for Top N, add the measure to the filter and type in 10 for the Top N
Proud to be a Super User!
Paul on Linkedin.
Hi @Anonymous ,
Does the replies above solve your problem? If it has been solved, please mark the correct reply as the standard answer to help the other members find it more quickly.Thank you very much for your kind cooperation!
Hope it helps,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
In the filter pane, select column1, select TOP N in the filter options, add the measure to the field value and type in 10 in the Top N value
Proud to be a Super User!
Paul on Linkedin.
The Top N option will be under column1. You will need a measure for column2 though. Probably
Sum column2 = SUM(Table[Column2])
Once you've selected the filter option for Top N, add the measure to the filter and type in 10 for the Top N
Proud to be a Super User!
Paul on Linkedin.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |