Forum Discussion

lordtopcat's avatar
lordtopcat
Helper I
5 years ago
Solved

Matrix - Show Blank instead Zero

Hi,   Just wondering if there is a way, like in Excel to show a blank in a cell (Matrix visual) when the result is 0?     Cheers, Jamie
  • v-robertq-msft's avatar
    5 years ago

    Hey, @lordtopcat

    You don't need to create 12 measures for each column whose value is zero, you can try replacing zero with null in Power Query Editor, you can follow this:

    1. Open Power Query Editor, select the columns you want to display in visual, and the columns used in the measures you created to display in visual.

    (You can hold down ctrl and left click on all columns that you want to achieve multiple selections), like this:

    v-robertq-msft_0-1602553263126.png

    1. Click 'Replace Values', from '0' to null, like this:

    v-robertq-msft_1-1602553263130.png

    And you can see that all zero values will be blank in the visual.

    Best regards

    Qin Community Support _Robert Team

    If this post helps,then consider Accepting it as the solution to help other members find it faster.