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 nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hello.
I have a column of Brokers that I need to rank by volume. Easy enough. I then need to show the top 5 only, but retain the percentages as per the original calculation, rather than calculating the percentages based on the filtered universe. Can anyone help me please? Please see the attached screenshot. Essentially I would like the TOPN %GT filtered values in the visualisation on the right to be the same as the one on the left!
Thank you in advance.
Solved! Go to Solution.
Hi,
I guess you applied a Top 5 visual-level filter on [USD Amount] for your matrix on the right.
Try the following measures:
Total Amt = Sum( YourTable[USD Amount] )
Pct GT USD Amount = Divide ( [Total Amount] , Calculate( [Total Amt] , All(YourTable[Counter-Party] ) )
Format Pct GT USD Amount as % and use to replace your current % measure on your matrix on the right.
Hi,
I guess you applied a Top 5 visual-level filter on [USD Amount] for your matrix on the right.
Try the following measures:
Total Amt = Sum( YourTable[USD Amount] )
Pct GT USD Amount = Divide ( [Total Amount] , Calculate( [Total Amt] , All(YourTable[Counter-Party] ) )
Format Pct GT USD Amount as % and use to replace your current % measure on your matrix on the right.
Spot on. Very kind of you, and many thanks.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 26 | |
| 24 | |
| 23 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 30 | |
| 26 | |
| 20 | |
| 20 | |
| 19 |