Forum Discussion
ovetteabejuela
7 years agoImpactful Individual
Power Query | A little help on Comparing Nulls
So, I want to see if multiple columns are nulls and if they are filter them out. My first attempt was something like if [column1] = null and [column2] = null and [column3] = null and [column4...
Anonymous
7 years agoNot applicable
Can you try to change the column format to number,etc.. and get errors, then convert errors into something?
Or replace values on columns from null into something you can filter out.