Forum Discussion
Anonymous
6 years agoNot applicable
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...
- 6 years ago
Hi Anonymous
Plz add the measure similar like :
Measure1 = CALCULATE ( IF ( ISFILTERED ( TB1[Customer] ), 1, 0 ), ALLSELECTED ( TB1 ) )
v-diye-msft
Community Support
6 years agoHi Anonymous
Plz add the measure similar like :
Measure1 = CALCULATE ( IF ( ISFILTERED ( TB1[Customer] ), 1, 0 ), ALLSELECTED ( TB1 ) )