Forum Discussion
WishAskedSooner
9 months agoContinued Contributor
Slicer Interaction Behavior
Hi Experts! I have a Data Model with a two Dimension Tables: Store and Region which are connected i.e. each Store is assigned to a Region. I have two slicers on my page: Store and Region, but Reg...
- 9 months ago
That’s expected Power BI behavior — slicers don’t automatically clear incompatible selections when another slicer changes the available options.
- Sync reset button: Add a “Reset filters” button using a bookmark that clears slicers.
- Use single hierarchy slicer: Create a combined hierarchy (Region → Store) in one slicer instead of two.
- Add DAX warning measure: e.g. “Selected store not in filtered region” to guide users.
Power BI currently doesn’t auto-deselect items that become invalid after another slicer change.
I hope it will help. If so, please give kudoes and accept it as a solution. Thanks.
Ilgar_Zarbali
9 months agoSuper User
That’s expected Power BI behavior — slicers don’t automatically clear incompatible selections when another slicer changes the available options.
- Sync reset button: Add a “Reset filters” button using a bookmark that clears slicers.
- Use single hierarchy slicer: Create a combined hierarchy (Region → Store) in one slicer instead of two.
- Add DAX warning measure: e.g. “Selected store not in filtered region” to guide users.
Power BI currently doesn’t auto-deselect items that become invalid after another slicer change.
I hope it will help. If so, please give kudoes and accept it as a solution. Thanks.
WishAskedSooner
9 months agoContinued Contributor
Thank you for your suggestions. I was worried it was expected behavior with no simple solution.