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
Srikanth5923
Regular Visitor

Need a DAX query help

Hi All,

 

I am new to PowerBI I have an excel file in below format need to calc league rank based on rank and multiply the 15% to get AOE Points. Can someone share DAX query for it.

 

Srikanth5923_1-1688450863312.png

 

TIA

Sri

2 REPLIES 2
mlsx4
Memorable Member
Memorable Member

Hi @Srikanth5923 ! 

You can do this to calculate the league rank:

 

League Rank = RANKX(ALL('Table'[Site]),CALCULATE(SUM('Table'[Rank]),ALLEXCEPT('Table','Table'[Site])),,ASC)

 

And then,

 

AOE Points = SUMX(VALUES('Table'[Site]),0.15*[League Rank])

 

 

 

Hope it works!

 

Thanks for the follow-up. I'll try and get notified.

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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.