Forum Discussion

WishAskedSooner's avatar
WishAskedSooner
Continued Contributor
9 months ago
Solved

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...
  • Ilgar_Zarbali's avatar
    9 months ago

    That’s expected Power BI behavior — slicers don’t automatically clear incompatible selections when another slicer changes the available options.

     

    1. Sync reset button: Add a “Reset filters” button using a bookmark that clears slicers.
    2. Use single hierarchy slicer: Create a combined hierarchy (Region → Store) in one slicer instead of two.
    3. 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.