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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
hello i need some help to get a ranking based on colum of points
i have a colum of points where i use the sum function on so i get a total of points per person now i want a ranking on that slike this
1. person 1 50
2. person 3 40
3. person 2 38
i also placed a screenshot of the data i the colum punten are the points that i use and i the colum name are the names of the person that need the ranking based on the columm punten
i hope someone can help
You would use the standard RANKX function with a filter as appropriate (for each etappe for example). What have you tried and where are you stuck?
i use this dax measure at the moment
so the outcome is like this
1. person A 18 points
2. person B 18 points
3. person C 16 points
4. Person D 16 points
so if the points are the same its on alfabet otherwise on highest points with the measure i now use it gives people the same rank if they have the same points this is the measure i use now what gives me the outcome with the same rank
RANKX(ALL(Tour_De_France_Poule[Naam]),CALCULATE(SUM(Tour_De_France_Poule[Punten] )))
RANKX on multiple columns with DAX and Power BI - SQLBI
"Dynamic ranking on Rounded Sales and customer name"
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 22 | |
| 20 | |
| 20 | |
| 14 | |
| 14 |