The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |