Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I need to using RANK on a measure I created. I this possible?
Want to RANK my measure: mYTDRevenue
Based on my field: Cost Center (from my BusinessUnit table)
Thanks for any help,
Z
Solved! Go to Solution.
@Anonymous
It Could be something like this
RANK MEASURE= RANKX ( ALLSELECTED ( BusinessUnit[Cost Center] ), [mYTDRevenue],, DESC, DENSE )
Maybe, can you provide a sample of source data, calculations for your measures and expected output?
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Thanks for replying Greg, much appreciated. I will try to get that - it is hard with the proprietary data / model.
In the meantime can you tell me if it should at least be possible to use Rank based on a measure.
Z
@Anonymous
It Could be something like this
RANK MEASURE= RANKX ( ALLSELECTED ( BusinessUnit[Cost Center] ), [mYTDRevenue],, DESC, DENSE )
Thanks!
User | Count |
---|---|
73 | |
70 | |
38 | |
24 | |
23 |
User | Count |
---|---|
96 | |
93 | |
50 | |
41 | |
40 |