Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |