The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Thanks
C
Solved! Go to Solution.
@Anonymous,
You may use code below.
if Text.Trim([Column1]) = "" then
'null' may not work in the wizard unless the value is missing. "blank" cells in Excel files may have the apostrophe character -- so use **** ' **** (exclude asterisks/spaces) in the wizard
Here's what you can do:
Create a "Custom column" where custom colum formula =""
Then, reference the newly created, totally blank column in your conditional column setup and "Voila!"
Hope this helps!
Namaste.
@Anonymous wrote: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.
Thank
@Anonymous,
You may use code below.
if Text.Trim([Column1]) = "" then
Thanks Sam, will try that. outr of curiosity how would you reference th blank cell when using the conditgional column wizrd in Power Query
I'm interested in how to do this via the Wizard as well
Use "null" in the wizard
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
111 | |
80 | |
78 | |
43 | |
37 |
User | Count |
---|---|
158 | |
111 | |
64 | |
59 | |
54 |