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

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