Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

slicers

Hi Everyone,

I have country column and Manager column as below

i want to create  slicer for country column and table for Manager when i use select all or multiple selections in slicer then it must  show specific text like "None" or "select only single values". when i select single value in selection then table must show all the managers for the selected country.

I have created below measure but this is not working when i select country JAPAN or Australia as both countries have multiple managers

Measure = IF(ISFILTERED('Table'[Country Name]),SELECTEDVALUE('Table'[Manager]),"None")

 

 

 

 

4 Replies