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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors