Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
77 | |
73 | |
58 | |
35 | |
31 |
User | Count |
---|---|
99 | |
57 | |
56 | |
46 | |
40 |