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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
jimmyfromus
Helper III
Helper III

Interacting with tables on 2 pages, tables are linked via a measure

Hi, 

 

I have 2 tables and they interact with each other fine on one page. They are linked via a filter measure but I now need to move one of the table to another page.  i'm not sure how can they interact with each other on separate pages. I was looking at drill through but this only works with columns or values that are similar on both visuals? Thanks for any help. 

 

The Filter measure looks like this. 

Filter Measure =
VAR __selectedcontact = SELECTEDVALUE ( 'members'[Contact (_contactid)] )
VAR __selectedcompany = SELECTEDVALUE ( 'members'[Company (_accountid)] )
RETURN
SWITCH ( TRUE(),
NOT ISBLANK ( __selectedcontact ) && __selectedcontact <> "", CALCULATE ( COUNTROWS ( 'Merge DAX' ), TREATAS ( { __selectedcontact }, 'Merge DAX'[ContactID] ) ),
NOT ISBLANK ( __selectedcompany ), CALCULATE ( COUNTROWS ( 'Merge DAX' ), TREATAS ( { __selectedcompany }, 'Merge DAX'[CompanyID1] ) ),
1
)

 

 

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

Hi  @jimmyfromus  ,

 

The Sync slicers feature doesn't work accross tiles in a dashboard,The Sync slicers applies to the two pages of the report, and the dashboard is a function on the services, not applicable to the synchronization between the two dashboards

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-yangliu-msft
Community Support
Community Support

Hi  @jimmyfromus  ,

 

The Sync slicers feature doesn't work accross tiles in a dashboard,The Sync slicers applies to the two pages of the report, and the dashboard is a function on the services, not applicable to the synchronization between the two dashboards

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

v-yangliu-msft
Community Support
Community Support

Hi  @jimmyfromus  ,
You can use Sync slicers.

According to your description, I create this data:

Table1:

v-yangliu-msft_0-1612771611210.png

Table2:

v-yangliu-msft_1-1612771611212.png

I created a measure to calculate the amount with ID < = 4 when company is a

Measure = IF(MAX('Table2'[company])="A",CALCULATE(SUM('Table'[amount]),FILTER('Table','Table'[ID]<=4)),BLANK())

v-yangliu-msft_2-1612771611215.jpeg

Here are the steps you can follow:

1. Find view – sync slices

v-yangliu-msft_3-1612771611218.jpeg

2. Setting in sync slices

v-yangliu-msft_4-1612771611219.png

3. Select the value in slicer in page1, and Page2 will also have influence

Page1:

v-yangliu-msft_5-1612771611222.jpeg

Page2:

v-yangliu-msft_6-1612771611223.png

 

You can downloaded PBIX file from here.

 

This is a related document about Sync slicers, hope it will help you:

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

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

@v-yangliu-msft Thanks. That works on the report but I'm using dashboards. Is it also possible to sync between dashboards? Thanks again. 

amitchandak
Super User
Super User

@jimmyfromus , Slicer can be sync. But not visuals. Drill through is the only option across pages.

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

@amitchandak I don't have the same columns though in the 2 tables. The interaction between the 2 tables only happens via the filter measure. Can i still do this with drill through?

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.