Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Blank visual on no selection

I have a slicer containing 4 countries, and a seperate table visual that includes their description.    By default, the description of all 4 countries appear in the table when no selection to the s...
  • v-diye-msft's avatar
    6 years ago

    Hi Anonymous 

     

    Plz add the measure similar like :

    Measure1 =
    CALCULATE ( IF ( ISFILTERED ( TB1[Customer] ), 1, 0 ), ALLSELECTED ( TB1 ) )