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
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
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.