Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I'm trying to create a leaderboard based on Total Points made by each country.
I used this formula
Solved! Go to Solution.
@Caesarul Is your formula actually:
_Rank = RANKX( ALL('GSW Active'[Country]), [_Total Points], , DESC)
Note the additional paren ) after [Country]
You may find this theraputic: To *Bleep* with RANKX! - Microsoft Power BI Community
My final form was:
My final form was:
Thanks @Greg_Deckler
So I found out that the flags were at fault... changed the measure to include flags as well:
@Caesarul Well, you can do something about ties using this approach: The Mythical DAX Index - Microsoft Power BI Community
@Caesarul Is your formula actually:
_Rank = RANKX( ALL('GSW Active'[Country]), [_Total Points], , DESC)
Note the additional paren ) after [Country]
You may find this theraputic: To *Bleep* with RANKX! - Microsoft Power BI Community
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
15 | |
7 | |
6 |