How to remove Null Value without impacting the respective columns value?

How to remove null values without impacting the associated columns value. if the null value is in the first column and others columns having value what we have to as we want to keep the others value.

Thanks in advance.

@dipeshkumar30,

  1. Bring your data into Power Query:

  1. Do Replace Value on nuil as follows:

  2. Should be good to go:

  • Brian
3 Likes

thanks for the solution but one more question if i replace the null with blank would it create problem in data modelling or dax calculation. how power bi treat a blank cell ?

@dipeshkumar30,

I don’t think so. DAX uses blanks for both database nulls and for blank cells, so this should be fine.

The issue of nulls vs. blanks vs. empties is really confusing. If you want some additional background on this, here’s the best explanation I’ve found thus far:

  • Brian
1 Like