Forum Discussion
Display rank for current user
Not at all, I've put a financial year slicer on the details page as well, so the managers can see how they did in years past
Hi Anonymous
One idea is to create a calcuated table in with data aggregated to just what you need and add the [ETOU GWh Won] and [Rank] formulas as calcuated columns on the calcuated table
- Anonymous9 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-msft9 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.