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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
zzammit
New Member

Syncing Different Slicers

Hello everyone, I am trying to create a synced date slicer between two pages, but slices a different date column on each page.

 

In this particular section of my report I have two pages that are the exact same, except one is focused on start dates and the other is focused on due dates (all data for these pages come from the same table). I am trying to sync the filters between the pages, but I am having an issue with syncing the date range filter, because it needs to filter one page by start dates, and the other by due dates. Does anyone have any suggestions on how I could go about doing this?

 

I have date table that I can connect the start and due date columns to with an inactive relationship. One of my ideas is to make the slicer filter by the date table, which would inturn filter the repective column, but it would require (to my knowledge) finding a way to set a different active relationship strictly for that page, which I do not know if that is possible.

 

Any help would be greatly appreciated, if anything is not clear, please let me know and I will try to clarify. Thank you in advanced!

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @zzammit ,

 

To make this sync between pages you need to follow the advance sync on sync separate slicers:

https://docs.microsoft.com/en-US/power-bi/visuals/power-bi-visualization-slicers#sync-separate-slice...

 

Another option is to create a measure that is similar to the one below you can use it on your specific page:

 

Measure = CALCULATE(SUM(Table[Column]), USERELATIONSHIP(Table[DueDate], Calendar[Date]) )

 

If you use this measure on your visualizations then you can filter by the date in both pages and the slicers will sync.


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 @zzammit ,

 

To make this sync between pages you need to follow the advance sync on sync separate slicers:

https://docs.microsoft.com/en-US/power-bi/visuals/power-bi-visualization-slicers#sync-separate-slice...

 

Another option is to create a measure that is similar to the one below you can use it on your specific page:

 

Measure = CALCULATE(SUM(Table[Column]), USERELATIONSHIP(Table[DueDate], Calendar[Date]) )

 

If you use this measure on your visualizations then you can filter by the date in both pages and the slicers will sync.


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





Following the steps under the link provided worked wonderfully, thank you!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Users online (5,925)