Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 26 |