Forum Discussion
Replace cell values with PowerQuery blank values
- 6 years ago
Hi, XaviOV
What data type is your column?
If you column type is number,it will show "null" when there there is no data in cell (defalut).
If you column type is text,it will show " " when there is no data in cell.
If you column type is text and a lot of cells with the value null,please right click the column ->replace values as below.
Then it will be changed to Blank.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi amitchandak
I have a lot of cells with the value null , and I want to change it to Blank, I want that the cell contains anything.
Regards,
Xavi
- amitchandak6 years agoSuper User
XaviOV , if it the text "null", the use replace with null as empty. if it null, the empty one no need has this same as blank.
or use text.replace
- v-easonf-msft6 years agoCommunity Support
Hi, XaviOV
What data type is your column?
If you column type is number,it will show "null" when there there is no data in cell (defalut).
If you column type is text,it will show " " when there is no data in cell.
If you column type is text and a lot of cells with the value null,please right click the column ->replace values as below.
Then it will be changed to Blank.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.