Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 70 | |
| 39 | |
| 35 | |
| 23 |