Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
ryan-gerres
Frequent Visitor

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.

 

1 ACCEPTED SOLUTION
MFelix
Super User
Super 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:

 

syncslicers.gif

 

Regards,

MFelix

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

2 REPLIES 2
MFelix
Super User
Super 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:

 

syncslicers.gif

 

Regards,

MFelix

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



@MFelix Thank you! Such a simple fix... I knew I was missing something.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.