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