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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Calculate the top 10% of values in a table column?

Hi -

 

I have a pretty simple dataset of 'UniqueName' and 'NumValue' for each row in a table.   The number of rows will vary over time.  What I'm after is how to look at the entire column of NumValues and determine which are the top 10% largest numbers of the bunch.  From this I want to be able to display just those top 10% in a report table as well as use the sum of them for further calculations.

 

Seems easy enough but I'm struggling to do it efficently.

 

Thanks in advance.

2 REPLIES 2
judspud
Solution Supplier
Solution Supplier

Hi @Anonymous 

 

You could try adding a rank column to your table and then doing the calculation where the rank is 10 or less?

 

Thanks,

George

v-danhe-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous ,

Could you please post some simple sample data and your desired result to have a test if possible? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors