Forum Discussion

RajeshKannanS's avatar
RajeshKannanS
New Member
1 year ago
Solved

Visual level filtering behavior in Power BI

this is my data

Jan2A
Jan3B
Jan4C
Feb3A
Feb3B
Feb2C
Mar3A
Mar3B
Mar3C

Using this data, I have created two visuals: a stacked column chart and a pie chart.

When I click on any field in the stacked column chart, the pie chart is also filtered accordingly based on the selected data.

When I click on a filtered segment in the pie chart, it selects all the values that belong to that particular field

The pie chart is not filtering based on the previously applied filter; instead, it shows all values for the selected field. Is this the default behavior in Power BI, or is there a way to control this?

  • Hi RajeshKannanS 

    In Power BI this is the default behavior when you click on a pie chart slice, it only filters by that field (Category) and ignores the previously applied filter.

    To control this you can either:

    • Select pie chart >> Go to Format >> Edit Interactions and set the pie chart interaction to Filter, or

    • Use a Category slicer instead of relying on pie chart selection.

       

5 Replies

  • Hi RajeshKannanS 

    In Power BI this is the default behavior when you click on a pie chart slice, it only filters by that field (Category) and ignores the previously applied filter.

    To control this you can either:

    • Select pie chart >> Go to Format >> Edit Interactions and set the pie chart interaction to Filter, or

    • Use a Category slicer instead of relying on pie chart selection.

       

  • Shahid12523's avatar
    Shahid12523
    Community Champion

    Yes — this is default behavior in Power BI.

    Stacked column → Pie chart: applies a cross-filter (context carried forward).

    Pie chart → Stacked column: applies a highlight on that category, ignoring earlier filters.

    You can control this using:

    Format → Edit interactions → change from Highlight to Filter.

    Or redesign with slicers if you want consistent filtering across visuals.