Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |