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.
Dear all,
I have below measure, the y-axis is person name, and bar is the count numbers
Hi @xiumi_hou
You need to refer to the RANKX function, please see: https://docs.microsoft.com/en-us/dax/rankx-function-dax
Try below measure:
measure = RANKX(all(table),[Completed Cases],,DESC)
If it doesn't meet your requirement, please share your dummy pbix that I can look into it.
UP
User | Count |
---|---|
81 | |
81 | |
37 | |
34 | |
31 |
User | Count |
---|---|
94 | |
80 | |
60 | |
50 | |
49 |