Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

ReplaceValue many collumns if is not null

Hi again folks.

I need to replace "NOT(null")" in many collumns for "Grey" using powerquery.

For example:

This

COLUMN 01COLUMN 02COLUMN 03
nullghinull
abcnullmno
defjklnull

 

In that:

COLUMN 01COLUMN 02COLUMN 03
nullGreynull
GreynullGrey
GreyGreynull

 

Ty guys!!!

  • Hi Anonymous ,

    Given that there is not a "replace all not null values" option in Power Query, you could try to change data type and replace the errors to implement it.

    Best Regards,

    Xue Ding

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

3 Replies