Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
i would like to add a custom column in Power Query.
The if function is supposed to to check to different columns, the first regarding "not assigned" the second regarding not blank. The generating the output. However, there is the error message occuring "Expression.Error: The name 'BLANK' wasn't recognized. Make sure it's spelled correctly"
Appreciate your support!
if[#"Notification.Notification Level 01.Status Decision Made (Name)"]="Not assigned" and [Notification End Dat.Notification End Dat Level 01]<>BLANK() then "DLF" else "no error"
Solved! Go to Solution.
Hi @Kris_BI
Instead of Blank() try to put ""(Quotes)
if[#"Notification.Notification Level 01.Status Decision Made (Name)"]="Not assigned" and [Notification End Dat.Notification End Dat Level 01]<>"" then "DLF" else "no error"
Hope this should solve your problem.
Best regards,
Pooja Darbhe
Hi @Kris_BI
Instead of Blank() try to put ""(Quotes)
if[#"Notification.Notification Level 01.Status Decision Made (Name)"]="Not assigned" and [Notification End Dat.Notification End Dat Level 01]<>"" then "DLF" else "no error"
Hope this should solve your problem.
Best regards,
Pooja Darbhe
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.