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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi all,
I have a calculated column to which I would like to allot index from the highest to the lowest.
For eg:
This is my table.
I would want EDU 1000 = index 1
250 = 2
112 = 3 and so on..
Can I please know how to achieve that in PowerBI?
Any help is appreciated!
Thank you!
Megha
Solved! Go to Solution.
@Anonymous , Rank in DAX
new column =
Rankx(Table, [EDU],,desc,dense)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
11 | |
9 | |
8 | |
8 |