Forum Discussion
Kalaivani
1 year agoHelper III
how to hide a matrix visual (including headers) when nothing selected from a filter in power bi
I have a matrix visual where I added a filter called ShowVisualCompare so that the matrix values will show up only when ShowVisualCompare =1 Measure : ShowVisualCompare = IF( ISFILTERED...
- 1 year ago
Kalaivani
I solved a similar problem some time back by using a Card visual on top of the matrix visual. Please check the attached file and adapt accordingly for your case.
In my scenaio, I wanted the visual to be visuble only when Friday is selected.