Forum Discussion

Sisir's avatar
Sisir
New Member
6 months ago
Solved

Slicer Not Filtering Visuals as Expected

In Power BI Desktop, I have multiple tables loaded from different sources (Excel and SQL Server). I created relationships between the tables, but some visuals are not filtering correctly when I use s...
  • Ritaf1983's avatar
    6 months ago

    Hi Sisir 

    Even if the relationships are set up properly, here are three common reasons why filtering might fail:

    Accidental Fact Column: Double-check that the field used in the slicer is indeed from the Lookup table. If you accidentally dragged a field from the Fact table (and the Cross-filter direction is Single), it will not filter other visuals.

    Visual Interactions: Check the Edit Interactions settings (Format tab). The slicer might be explicitly set to "None" for the visuals that are not updating.

    DAX Logic: If the visuals use measures, check if the DAX formula includes functions that remove or ignore filters, such as ALL or REMOVEFILTERS.

    To provide further assistance, I would need to see the model view.

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly