Forum Discussion
Anonymous
1 year agoNot applicable
Visualisation (Slicer and Button Slicer)
Hi everyone, I hope you all have a nice day. I want to ask (pictures attached), I gave an example of me using visualisation of "Button Slicer (Top)" and "Slicer (Bottom)" in the picture, I have a...
Mauro89
8 months agoSuper User
Hi!
What you're asking for requires slicer synchronization with bidirectional filtering, but unfortunately Power BI slicers don't automatically highlight related values in other slicers based on relationships alone.
However, here are your options:
For Questions 1 & 2 (cascading highlights between Quarter/Month):
- You'd need to use DAX measures with conditional formatting to change the background color based on what's selected in the other slicer
- This gets complex quickly and isn't truly "automatic"
For Question 3 (Year selection highlights all quarters/months):
- Similar issue - slicers filter data but don't visually highlight other slicers automatically
Better alternatives:
- Use hierarchical slicers: Put Year > Quarter > Month in a single slicer using the date hierarchy
- Sync slicer selections: In View > Sync slicers, you can sync selections across slicers, but this still requires manual clicking
- Custom visuals: Look for custom slicers in AppSource that support cascading or parent-child highlighting
The native slicer behavior you're showing would require custom visual development or complex DAX workarounds that might not be worth the effort.
Best regards!
PS: If you find this post helpful consider leaving kudos or mark it as solution