Forum Discussion
Sync sliders problem
- 5 years ago
Anonymous You can try a couple options:
A) Edit interactions so that slicer does not impact the table b. https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
B) Create a measure that ignores the slicer (using ALL(Date) for example) and put that in table b.
Anonymous You can try a couple options:
A) Edit interactions so that slicer does not impact the table b. https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
B) Create a measure that ignores the slicer (using ALL(Date) for example) and put that in table b.
- Anonymous5 years agoNot applicable
thanks, option 1 is a solution, but it is a tricky one.
I had to make the slicer visible on each page, then - edit interaction, 3-rd action - disable visibility on each page.
I tried this option before but didn't think of these 3 actions