Forum Discussion
unnijoy
5 years agoPost Prodigy
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
- lbendlinSuper User
Evaluate the use of ISFILTERED or ISINSCOPE. Also consider using Calculation Groups.
- unnijoyPost Prodigy
Its not working.
- AnonymousNot applicable
Hi unnijoy,
Can you please share a pbix or some dummy data with raw data structure and expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng