Forum Discussion
Dynamic slicer values based on visual selection
Hi All,
Is it possible to filter the slicer menus dynamically when a particular bar from a bar chart is selected?
Normally, when we select a slicer value, visuals get filtered. Can it be vice versa? If i select a visual(selecting a particular category in bar chart), will the slicer value gets filtered down?
5 Replies
- v-yalanwu-msftCommunity Support
Hi, Balaraju ;
Unfortunately, the filtering of visual objects does not affect the slicer's filtering,
Visual objects can influence each other. For example, visual 1 is selected, and visual 2 will also change according to the filtering of visual 1, while slicer remains unchanged.Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - amitchandakSuper User
Balaraju , Use a measure from bar visual in the visual level filter of the slicer and check it is not blank
- RaaaayNew Member
Hi amitchandak Could you please share an example for that?
- khyatipatel22New Member
I am looking for the solution for the same problem? any luck?
- SparramangaFrequent Visitor
its not doable.. slicers seem disconnected from all other report objects except other slicers. it cant see the selectedvalue from a chart visual so even with creating a dax measure as a visual level filter based on a selection (selectedvalue) from a visual it can interpret it.