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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
xiuqinglim20
New Member

null formula not working?

Hi there,

 

I am trying to add a conditional column where if the column value is blank, it will return me a "Y" value while if it is not blank, it will return me a "N".

I believe the formula I am using was working for me before but it is no longer working for me now.

Anyone experiencing the same issue? Or anyone able to spot what I did wrong?

 

xiuqinglim20_0-1695954964685.png

1 ACCEPTED SOLUTION

@xiuqinglim20 "blank" is not null. You have "" over there. So working expression is if [Column1] = "" then "Y" else "N".

View solution in original post

3 REPLIES 3
xiuqinglim20
New Member

Hi @AlienSx,

 

Thank you for responding! I have tried your suggestion but it does not seem to work for me 😞

I believe Column1 is indeed blank. What I did in PQ editor was to Enter Data and then I left Column1 blank

 

I have screen recorded the steps I did in below video:

https://www.kapwing.com/videos/65166dcdc425188eeffe3583 

@xiuqinglim20 "blank" is not null. You have "" over there. So working expression is if [Column1] = "" then "Y" else "N".

AlienSx
Super User
Super User

Hi, @xiuqinglim20 apparently [Column1] <> null otherwise you would see null in PQ editor in Column1. Something is in there - maybe space (" "). Try this formula: 

each if List.Contains({null, " "}, [Column1]) then "Y" else "N"

Just find out what is in Column1.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.