Forum Discussion

ianf123's avatar
ianf123
Helper II
1 year ago
Solved

Matrix - show only rows which have a zero value

Hi - is there a way to "filter" the above matrix so it shows only rows which have a zero value? For info, this is set up with "switch values to rows" option on.
  • johnt75's avatar
    johnt75
    1 year ago

    By SUM measures do you mean that they are implicit measures, i.e. that you have dragged a column into the visual and Power BI automatically creates a SUM aggregation for you? If so, create explicit measures like

    My Measure = SUM( 'Table'[Column' ) + 0

    and use these instead. You will then be able to filter their values in the filter pane.