Forum Discussion
Bwidener
8 years agoFrequent Visitor
Filter Months from Month Slicer
I am trying to filter out Jan, Feb, March & April from the Month Slicer. I do not want people to have the ability to check these months because there is no data for them; can this be done? ...
- 8 years ago
Hi Bwidener,
There could be a workaround.
1. Add another slicer and filter the desired options.
2. Open "Edit interactions" and make the new slicer only filter the old slicer.
3. Open "Selection pane", hide the new slicer.
Best Regards,
Dale
Anonymous
3 years agoNot applicable
Create a measure like INT ( NOT ISEMPTY ( FactTable ) ), use it as a visual level filter for the slicer and set it to 1.
DashikME
3 years agoNew Member
Thanks a lot! It worked for me 🙂