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 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)
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |