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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
JakeandSnake
Frequent Visitor

Sum based on ranking

Hi, 

 

I'm trying to work out a DAX to solve the below problems, but cannot figure it out myself. 

JakeandSnake_1-1621522755196.png

 

The above table has three columns, and my objective is to sum up the value for all the names with the highest score. (in the red circle).

Anyone has a way to solve this by using DAX? No additional table can be created. 

 

Thanks.

1 ACCEPTED SOLUTION
CNENFRNL
Community Champion
Community Champion

= SUMX( VALUES( Table1[Name] ) , CALCULATE( MAX( Table1[Value] ) ) )

Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

View solution in original post

2 REPLIES 2
CNENFRNL
Community Champion
Community Champion

= SUMX( VALUES( Table1[Name] ) , CALCULATE( MAX( Table1[Value] ) ) )

Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

**bleep**! It works! @CNENFRNL Thank you!

Could you help to elaborate a bit on the logic of this DAX? Want to learn. 🙂 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.