Forum Discussion
Anonymous
8 years agoNot applicable
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. ...
- 8 years ago
Anonymous,
You may use code below.
if Text.Trim([Column1]) = "" then
v-chuncz-msft
8 years agoCommunity Support
Anonymous,
You may use code below.
if Text.Trim([Column1]) = "" then
- Anonymous8 years agoNot applicable
Thanks Sam, will try that. outr of curiosity how would you reference th blank cell when using the conditgional column wizrd in Power Query
- Adaric6 years agoMicrosoft Employee
I'm interested in how to do this via the Wizard as well
- gidgetsMum3 years agoNew Member
Use "null" in the wizard