Forum Discussion

ovetteabejuela's avatar
ovetteabejuela
Impactful Individual
7 years ago

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...