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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
Super User
Super User

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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