Forum Discussion
Hide/ Unhide slicers
- Anonymous3 years ago
Hi krishb1414 ,
Please try the following steps:
Select the "Selection Pane" option from the "View" tab in the ribbon.
In the "Selection Pane", select the slicer that you want to hide (e.g. Month slicer).
In the "Visualizations" pane, select the "Format" tab.
Expand the "General" section and turn on the "Data" option.
In the "Data" section, select the "fx" button next to the "Visibility" option.
In the "fx" dialog box, enter the following formula:
=IF(ISFILTERED(Year), TRUE, FALSE)This formula checks if the Year slicer is filtered. If it is filtered, it returns TRUE, which means that the Month slicer will be visible. If it is not filtered, it returns FALSE, which means that the Month slicer will be hidden.
Click "OK" to close the "fx" dialog box.
repeat the above steps to the week slicer:
=IF(ISFILTERED(month), TRUE, FALSE)How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi krishb1414 ,
Please try the following steps:
Select the "Selection Pane" option from the "View" tab in the ribbon.
In the "Selection Pane", select the slicer that you want to hide (e.g. Month slicer).
In the "Visualizations" pane, select the "Format" tab.
Expand the "General" section and turn on the "Data" option.
In the "Data" section, select the "fx" button next to the "Visibility" option.
In the "fx" dialog box, enter the following formula:
=IF(ISFILTERED(Year), TRUE, FALSE)
This formula checks if the Year slicer is filtered. If it is filtered, it returns TRUE, which means that the Month slicer will be visible. If it is not filtered, it returns FALSE, which means that the Month slicer will be hidden.
Click "OK" to close the "fx" dialog box.
repeat the above steps to the week slicer:
=IF(ISFILTERED(month), TRUE, FALSE)
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello Anonymous ,
I'm not able to find "Expand the "General" section and turn on the "Data" option.", could you post a screen please?