Forum Discussion
Anonymous
5 years agoNot applicable
Sync sliders problem
Hi to everyone. I got the issue, my pbix file has 30 similar pages, each with the following pattern: a) table on 2 dates (year-end and latest date) b) monthly chart (12 months or more) Every mont...
- 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.
AllisonKennedy
Community Champion
5 years agoAnonymous Yes, definitely a bit of setup required, but once it's setup should be low maintenance moving forward.