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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
Anonymous
Not applicable

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

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.

Anonymous
Not applicable

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.

 

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors