Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Kris_BI
New Member

Power Query

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"

1 ACCEPTED SOLUTION
PoojaDarbhe
Resolver I
Resolver I

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

View solution in original post

1 REPLY 1
PoojaDarbhe
Resolver I
Resolver I

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

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

July 2024 Power BI Update

Power BI Monthly Update - July 2024

Check out the July 2024 Power BI update to learn about new features.

July Newsletter

Fabric Community Update - July 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors