Forum Discussion
Anonymous
9 years agoNot applicable
Display rank for current user
I have ranked data in a matrix based on volumes & manager name, that filters based on the financial year selected. What I want to do on a separate details page, is filter all the results...
Anonymous
9 years agoNot applicable
I had the same thought, couldn't get the rank working there either as because I want it to rank the mangers by financial year.
I found this post - https://community.powerbi.com/t5/Desktop/How-to-Rank-a-list-based-on-2-values-double-rankX/td-p/44008 not sure how to apply it to what i'm trying to do
v-yulgu-msft
9 years agoMicrosoft Employee
Hi Anonymous,
Could you try this formula?
ETOU Rank = RANKX(ALLSELECTED(Managers[MANAGER_NAME]),[ETOU GWh Won])
Regards,
Yuliana Gu
- Anonymous9 years agoNot applicable
Thanks v-yulgu-msft,
I tried that in a measure and calculated table, both returned 1 for all records.
I've decided to go another way with this report - so rank isn't going to be used any further.
- v-yulgu-msft9 years agoMicrosoft Employee
Hi Anonymous,
Thanks for your sharing.
Regards,
Yuliana Gu