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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

largets 4 with multiple same values

Hi All!

I am currently trying to do a sum of the four largets points in a column. My problem is, that I have multiple rows with the same amount of values, and i do only want to sum the top four rows, not the top four values. In the below I would like to get a sum of 125 and not 173.

 

I have also assed, that I cannot create a new table with distinct, as the first four rows in principle could be the same number. 

 

Can you help with this problem?

 

poulsea_0-1676930968972.png

 

2 REPLIES 2
Anonymous
Not applicable

Hi, Mahyartf
The measure does not quit work, as in the below scenario it return 119 insted of 120 which is the correct number: 

 

poulsea_0-1676967695985.png

 

MahyarTF
Memorable Member
Memorable Member

Hi,

Please use below measure for distinct top N rows sum :

SumTopN =
CALCULATE( sumx(TOPN(4, VALUES(Sheet119[Number]), Sheet119[Number],DESC), Sheet119[Number]))
MahyarTF_0-1676936603509.png

 

Appritiate your Kudos and please mark it as a solution if it helps you .

Mahyartf

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.