Forum Discussion
Anonymous
9 years agoNot applicable
Replace multiple nulls at once in Power Query
I've got a table with a few columns of numerical data, and a few with text data. For all of the numerical columns, where the value is null, I want to replace those with a 0. For columns where it is t...
parry2k
9 years agoSuper User
I believe you already looked at this link https://msdn.microsoft.com/en-us/library/mt779182.aspx
You can use replace function query editor and it will add step for you.