This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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 @Anonymous ,
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 @Anonymous ,
Has your problem been solved? If solved, please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
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.
Is this possible without the reltionship between the two tables. I have 4 hierarchical slicers where I'm having this issue.. i hae one measure which comes from Table A and all the other measures showing up from Table B. I want to synch hierarchical slicers, 4 of them in order to get the correct value.is it possible without relationship? If so how?
@Anonymous , 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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 36 | |
| 29 | |
| 22 | |
| 22 |