Forum Discussion
rehansaeed2468
7 months agoHelper I
Slicer Selection WIth Filtered Data
I have 2 products A and B and each have ratings from 0-3.0. Need to create 2 seperate Slicers with Ratings. One Slicer for Product A and anotehr one for Product B. Requirement is that I should be ab...
TomMartens
7 months agoSuper User
Hey rehansaeed2468 ,
the simplest way I can think of:
Create two slicers, add the product column as a filter to the visual level in the filter pane, and filter accordingly.
It's important that you edit the interactions for the visuals (the slicers) to make them independent.
Of course, this also requires duplicating all other data visualizations, because it's not possible to filter a bar chart (or any other visual) using two different slicers based on the same table.
Hopefully, this helps to tackle your challenge.
Regards,
Tom