Forum Discussion
Edit Interactions menu for Sync Slicers
Is there a way to use the Edit Interactions menu to disable a specific visual from being filtered with a Synced Slicer? I have a date slicer on the primary page that is synced across the remaining pages. There are a few visuals that I want to remain unchanged when a new date is selected, primarily visuals designed to show a 24 month trend. These visuals only show one month of data once a date is selected on the first page.
Calendar Filter:
Calendar.FiscalPeriod.Joined
Measure:
CALCULATE (
SUM ( 'Cube_AS400'[Actual] ),
'AccountHierarchy'[AccountHierarchy.Level03] = "Revenue"
)
I've tried to use DAX via an ALL(Calendar.FiscalPeriod.Joined) but that just puts the total for all months in one data point under the selected month.
Hi ryan-gerres,
When you use sync slicers what it does is create a replica of your slicer in the other page and if you select the option no to see it it will hide that slicer on the second page.
You just need too show the slicer on the second page and then edit the interaction on that slicer then hide it again:
Regards,
MFelix
2 Replies
- MFelixSuper User
Hi ryan-gerres,
When you use sync slicers what it does is create a replica of your slicer in the other page and if you select the option no to see it it will hide that slicer on the second page.
You just need too show the slicer on the second page and then edit the interaction on that slicer then hide it again:
Regards,
MFelix
- ryan-gerresAdvocate I
MFelix Thank you! Such a simple fix... I knew I was missing something.