Forum Discussion
kulpowerbi
Helper I
5 years agoRank for Hierarchy in Matrix visual not working
I am looking for solultion that find ranking even when we have Hirarchy. But on my method ranking is only working for one category in matrix, rest are showing rank as one onlye. Attached please see t...
- 5 years ago
kulpowerbi , Thanks for sharing the file. Please try a formula like
%To GoalRank_Ofc = RANKX(FILTER(ALLSELECTED(Clinics[Office],Clinics[Region]),Clinics[Region] =max(Clinics[Region])),[%To Goal],,DESC,Dense)
amitchandak
Super User
5 years agokulpowerbi , Thanks for sharing the file. Please try a formula like
%To GoalRank_Ofc = RANKX(FILTER(ALLSELECTED(Clinics[Office],Clinics[Region]),Clinics[Region] =max(Clinics[Region])),[%To Goal],,DESC,Dense)