Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Blanks in Conditional Column

Hi,   I have blanks in my column in the query and I am trying top use it in a conditional column.   What would the test be, it is not null as there is not a null in the column only a blank cell. ...
  • v-chuncz-msft's avatar
    8 years ago

    Anonymous,

     

    You may use code below.

    if Text.Trim([Column1]) = "" then