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
Anonymous
Not applicable

how to transmit value of slicer through different report?

I created two reports A and B, both datesource is sql database using import mode, report A use data from table1 and report B use data from table2, there is no relationship between table1 and table2 in data model, and there is a  silicer with the same name in these two reports, and slicer data is from table1 and table2, and have same column name, is there a method to achieve that when slicer in A choose a value "South" and then click the button with bookmark of page B to switch to B, then B slicer choose "South" automatically?

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Better to create a common table and join with both tables for that column and keep the slicer in sync across pages 

Region= distinct(union(distinct(Table1[Region]),distinct(Table2[Region])))

https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-slicers#sync-and-use-slicers-on-other-pages

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , Better to create a common table and join with both tables for that column and keep the slicer in sync across pages 

Region= distinct(union(distinct(Table1[Region]),distinct(Table2[Region])))

https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-slicers#sync-and-use-slicers-on-other-pages

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.