Forum Discussion
Selectedvalue and Date-Slicer Issue
Make sure that there is no relationship between your dates table and the master fact table, then turn interactions between the visuals. That way no filter will be applied to the fact table, but you can still use SELECTEDVALUE and your existing code should work.
- Anonymous3 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.- johnt753 years ago
Super User
You 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.