This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
I have a matrix where I am displaying data on product reviews. The reviews are categorized by Theme. Every theme then has a number of description tags to categorize more specific themes. At the moment the matrix shows the quantity of reviews by theme. I can then expand each theme to break the quanity down by description tags. I want to break it down even further by breaking down the quanity of each description tag by product id. I am able to do this. However, I am wondering if there is a way that I can only display the top 5 or 10 most common products rather than having a long list of products.
@ErickR99 , you can use TOPN filter or TOPN measure
TOPN: https://youtu.be/QIVEFp-QiOk
example
Top 10 Customers =
CALCULATE( [Total Sales],
TOPN( 10, ALL(Customer_Lookup[customer names]), [Total Sales], DESC),
VALUES( Customer_Lookup[customer names] ))
Power BI- Power BI- TOPN with Others- https://youtu.be/I_TY4hVlzAE
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 22 | |
| 20 | |
| 20 | |
| 20 | |
| 20 |