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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
msantillan
Helper II
Helper II

Replace "null" values from ALL columns into null values Power Query

Hi, is there a way to replace values with "null" from ALL columns into NULL or Blank values in M query?

 

Something like this but applied to all of the columns:

 

Table.ReplaceValue(Source,"null",null,Replacer.ReplaceValue,{ALL COLUMNS})

 

Thanks

2 ACCEPTED SOLUTIONS
ibarrau
Super User
Super User

Hi. Yes you can. Try something like this:

= Table.ReplaceValue(Source,"",null,Replacer.ReplaceValue, Table.ColumnNames(#"Step with all colums") )

You can list the columns of one step in order to do the change. This will replace "" (blanks) with null.

 

Regards,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

View solution in original post

Anonymous
Not applicable

Hi @msantillan ,

 

Press Ctrl+A select all column and right the table then use replace value feature.

1.PNG

2.PNG

3.PNG

You can check the query through Advance Editor feature.

4.PNG

 

Best Regards,

Jay

 

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @msantillan ,

 

Press Ctrl+A select all column and right the table then use replace value feature.

1.PNG

2.PNG

3.PNG

You can check the query through Advance Editor feature.

4.PNG

 

Best Regards,

Jay

 

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Greg_Deckler
Community Champion
Community Champion

So if you are saying ALL COLUMNS and do not mean specifying each column individually, I'm not sure you can do that, but @ImkeF or @edhans would probably know for sure.


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

@ibarrau nailed it. That is the solution.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
ImkeF
Community Champion
Community Champion

Like @edhans said.

The "#"Step with all colums" is probably "Source" here for your case.

(It's mostly the first argument of the Table.ReplaceValue-function for these use cases)

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

ibarrau
Super User
Super User

Hi. Yes you can. Try something like this:

= Table.ReplaceValue(Source,"",null,Replacer.ReplaceValue, Table.ColumnNames(#"Step with all colums") )

You can list the columns of one step in order to do the change. This will replace "" (blanks) with null.

 

Regards,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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