Forum Discussion

unnijoy's avatar
unnijoy
Post Prodigy
5 years ago

Ranking

Hi Team,

 

I have to create a Table visual that will show Rank based on csat. Csat am calculating by using a measure. I need to create a RankX measure that will dynamicaly show the Rank. One table shouls show the Rank based on country,Other based on Manager and the other based on City. Currently am using the below measure

RANKX(ALLSELECTED('CSAT Dump'[Country]) ,[6_Curr_Csat%],,DESC,Dense)
 
The issue with the above one is that for each table i have to create it seperatly. One for country,other for Manager like that. how can i create a dax which will work dynamically.

7 Replies

  • Evaluate the use of ISFILTERED or ISINSCOPE.  Also consider using Calculation Groups.