Forum Discussion
Anonymous
3 years agoNot applicable
Selectedvalue and Date-Slicer Issue
Hello, I have a slicer that contains a date hierarchy. Additionally, I have a table visual. The table visual is set to have no filter actions when the slicer is selected (using the edit interactio...
Anonymous
3 years agoNot applicable
Thanks for the response.
I would like to get it work even with a relationship between the two tables as it is a convenient filter for other visuals based on a date.
johnt75
Super User
3 years agoYou will need to enable interaction between the visuals, otherwise the selected value from the slicer will never be passed into the target visual. If the relationship needs to be present for other visuals then you will need to modify any measures used in the target visual, possibly by using a calculation group, to disable the relationship or otherwise override it.