Forum Discussion
Issue making visuals appear blank when no slicer selection is made
Hi LilMurph ,
Please have a try.
Create a measure.
Measure =
CALCULATE ( IF ( ISFILTERED ( 'Table'[date] ), 1, 0 ), ALLSELECTED ( 'Table' ) )
Add this measure to visual level filters, and set its value to 1.
If I have misunderstood your meaning, could you please provide a pbix file without privacy information and desired output.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
So I have already done all of that, the issue I am having is that on the filters pane, the dropdown menu under 'Show items when the value' will not respond. When I click on it nothing happens. It is stuck on 'Is less than' and even then I cannot type a value in the box below.
The measure I have created is added as a filter on the visual, but that's all I can do. I cannot specify what it should be filtered as. I click on the text box and nothing happens, I click on the dropdown menu and nothing happens.
The same problem is happening for the filter for the field that the visual actually contains.
But it is not an issue if I try any other field as a filter.
I don't understand why it wont work.
- Mmahachi2 years agoAdvocate I
I am having this same problem - did you ever get a fix?