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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
hemingt
Helper V
Helper V

sync Slicers among pages

Hi Teams,

 

I met a problem about sync Slicers among pages.

I have several tables in the dataset, named 'project_info', 'backlog info', and 'bug info', ..

project_info table has two columns named 'Project' and 'Release Version'

'backlog info' and 'bug info' also have these two columns 'Project' and 'Release Version'

I created two reports pages to show backlog info and bug info.

I want to create sync Slicers 'Project' and 'Release Version', and I find that only one Slicer can work well since only one relationship can be activated between two tables.

Do you have any ideas? Thank you!

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

Hi @hemingt ,

 

We can create a measure as below to make the visuals filtered by the measure, then we can get the excepted result as you wish.

 

Measure = IF(MAX('Bug Info'[Project]) in VALUES('Project Info'[Project]),1,0)

Capture.PNG

 

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

2 REPLIES 2
v-frfei-msft
Community Support
Community Support

Hi @hemingt ,

 

We can create a measure as below to make the visuals filtered by the measure, then we can get the excepted result as you wish.

 

Measure = IF(MAX('Bug Info'[Project]) in VALUES('Project Info'[Project]),1,0)

Capture.PNG

 

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
hemingt
Helper V
Helper V

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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