Forum Discussion

tom-lenzmeier's avatar
tom-lenzmeier
Icon for Helper II rankHelper II
1 year ago
Solved

Matrix Showing Blank Values Based On Slicer

Hello,   I have a matrix showing sales by sales rep, account manager, division manager, etc. I have a slicer that is filtering by customer. When I select a customer, the matrix is showing all of th...
  • Shahid12523's avatar
    1 year ago

    Matrix is showing all reps because Power BI displays dimension members even if measure = 0/blank.

     

    In your measure: return BLANK() instead of 0.

    Disable "Show items with no data" on row fields.

    Add visual-level filter: measure is not blank.

    👉 Quickest: change measure to return BLANK() for no sales.