Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello
I want to populate a field with NULL via Power Query.
I did Column="" but this is limited to text only fields.
How can I specify the NULL value for any kind of field, i.e. numerical, text etc?
Thanks!
Solved! Go to Solution.
@Anonymous ,
I think it is
Column= null
if [column] = null
also refer :http://excel-inside.pro/blog/2018/05/17/comparing-null-values-in-power-query/
Hi @Anonymous ,
@amitchandak is right. Pay attention to case sensitivity.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
I think it is
Column= null
if [column] = null
also refer :http://excel-inside.pro/blog/2018/05/17/comparing-null-values-in-power-query/
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 51 | |
| 39 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |