Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
There is a table x having column a, b, c and i created a hierarchical slicer where hierarchy is a-->b-->c. Now as per my requirement i have to create another duplicate table of x and used the same column a,b,c to create a hierarchical slicer. Now i am trying to sync these 2 slicers but it's not syncing. Anyone i have any idea please guide me in the right direction as this is a blocker in one of my major project. Thanks!!
Solved! Go to Solution.
Hi @mac_cool ,
Based on your description, I created two tables as below:
Please select “Sync slicers” in “View” tab to create a sync slicer in another page.
Please remember establish an relationship between two tables.
Then you can sync two slicers in two different pages.
Please note:
1.The fields of both slicers need to be from the same table.
2.A relationship needs to be established between the two tables.
If you still have any questions, please contact us in time.
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @mac_cool ,
Has your problem been solved? If solved, please consider Accept it as the solution to help the other members find it more quickly.
Hi @mac_cool ,
Based on your description, I created two tables as below:
Please select “Sync slicers” in “View” tab to create a sync slicer in another page.
Please remember establish an relationship between two tables.
Then you can sync two slicers in two different pages.
Please note:
1.The fields of both slicers need to be from the same table.
2.A relationship needs to be established between the two tables.
If you still have any questions, please contact us in time.
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@mac_cool , If syn means same selection, then I doubt that is possible.
if sync means the same set of values and if you have row level column say C (id) use this measure to filter duplicate table (Z) slicer
countrows(filter(Z, z[C] in values(X[C])) )
else try like
countrows(filter(Z, z[C] in values(X[C]) && z[B] in values(X[B]) && z[A] in values(X[A])
) )
Use above measure in visual level filter and check for non blank
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
64 | |
60 | |
51 | |
36 | |
36 |
User | Count |
---|---|
81 | |
72 | |
58 | |
45 | |
44 |