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

Slicer Syncing with Relationship between filters

Hey everyone,
 
 I have a query on how to sync two filters on two pages.
 I have two pages with two different slicers let's say Filter-X and Filter-Y from different sources.
 Filter-X:                    Filter-Y:
 A                            L
 B                            M
 C                            N    
 D                            O
 E                            P
 
 What I want over here is that if I Filter value 'A' on page 1, My filter value should change to corresponding-value*  'L' in Page 2 (Filter Y).
 Now when that happens all the other Filter-Y values should also be present And vice versa
 
I tried to create a relationship between them by using an index value, and then joining them in the model.
But all the other filters disapper when I select a particular value.
 

(*This is how I want my filters functionality to be:
A<==>L
B<==>M

C<==>N

D<==>O
E<==>P)

@amitchandak 
@parry2k 
@Greg_Deckler 
@Cmcmahan 
@Icey 

6 REPLIES 6
v-jayw-msft
Community Support
Community Support

Hi @Apoorv_Lunawat ,

 

Make sure slicer x and slicer y are in same table. if not, do as @Greg_Deckler  said create a new table.

7.PNG

Once you configured sync slicer x in page1, first make it visable in page2.

4.PNG

Then edit the interactive in page2 to none as below.

3.PNG

Then make the slicer x invisable in page2 and the job down.

5.PNG

6.PNG

Pbix as attached.

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
Greg_Deckler
Super User
Super User

@Apoorv_Lunawat - Seems like you could create a table like this:

 

Column1,Column2

A,L

B,M

C,N

D,O

E,P

 

Relate this table to your other 2 tables. Use the columns from this table in your slicers. Should work across pages as long as you have sync slicers for all your slicers.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...
amitchandak
Super User
Super User

Hey @amitchandak 
I have created a Dummy Pbix file with the following two tables,
Sync Doubt-4.png

 

 

 

 

 

They should be connected on Country Code in the model view, having a Bi-Directional Relationship as shown-
Sync Doubt-1.png





Now, The functionality that I am looking for here is :
1) If country India is selected , City should filter to be India and I can see all the other values in the city filter as well.
Sync Doubt-2.png
2) If the city filter is selected as london, I should see UK as the country filtered. And I have an option to select the other values in country filter as well.
Sync Doubt-3.png

Thank you 🙂
 

@Apoorv_Lunawat , seem like you got the solution?

Hey Amit,
These were just place holders to show what functionality is required.
It's still not achieved!

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.