Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
wooand
Helper II
Helper II

TOPN without changing the data

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.

BI Q.PNG

 

 

 

1 ACCEPTED SOLUTION
Datatouille
Solution Sage
Solution Sage

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.

View solution in original post

2 REPLIES 2
Datatouille
Solution Sage
Solution Sage

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.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.