Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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.
TIA
Sri
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 49 | |
| 38 | |
| 31 | |
| 30 |