Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Automatically replace all blank values with N/D

Hello,   I know this is probably super simple but I don´t know why I cannot find anything. I have a DashBoard that is meant to be updated whenever it is needed. Some of the cells in Power Query ar...
  • edhans's avatar
    4 years ago

    You would need to do two replacements. Right-click on the column and select Replace Values, then leave Value to Find empty

    Then do it again and put null (all lower case) in the Value to Find box.

    The first will find when it is empty, which is represented by "", the second will replace null values, which is not the same as empty. The term null in all lower case is a Power Query keyword. It will not look for the text "null."