Forum Discussion
SwaroopRoyM
8 years agoHelper II
Dynamically adding/deleting visuals
Hi, I am looking for a way to add/delete visuals based on the selection made in number slicer. For example: I have a number slicer (from 1 to 10), if the user selects 2 then 2 visuals should ...
v-qiuyu-msft
8 years agoCommunity Support
Hi SwaroopRoyM,
In Power BI, the slicer visual is used for filtering data. It can't change visuals visibility directly based on selected values.
For your requirement, one workaround is to create bookmarks for each selected slicer value and change other visuals visibility based on selection pane. See: https://docs.microsoft.com/en-us/power-bi/desktop-bookmarks
Best Regards,
Qiuyun Yu
SwaroopRoyM
7 years agoHelper II
Thank you