Forum Discussion
slicer selection result
- 4 years ago
Hello sanjanarama ,
I dont think that will be acheivable directly.Though you can try workaround-
Apply visual level filter on visual as Part One not equals to Blank.
Try to create a measure as below, add it into card visual and place it behind table visual keeping table visual backgournd as off.
Measure = if(HASONEVALUE(Data[Part One]) && min(Data[Part One])= BLANK(),"No Results as Part one is blank","")
Turn off the Category label to off and place this card visual behind table visual.
Shishir22 no, i have edited my requirements. please view that again and help me
Hello sanjanarama ,
I dont think that will be acheivable directly.
Though you can try workaround-
Apply visual level filter on visual as Part One not equals to Blank.
Try to create a measure as below, add it into card visual and place it behind table visual keeping table visual backgournd as off.
Measure = if(HASONEVALUE(Data[Part One]) && min(Data[Part One])= BLANK(),"No Results as Part one is blank","")
Turn off the Category label to off and place this card visual behind table visual.
- sanjanarama4 years agoResolver I
thank you. it worked