Forum Discussion
numersoz
6 years agoHelper III
Power Query Conditional Column with NULL Values
Hi, I need to clean up sensor data. I know that if the sensor data is a negative number or below a certain treshhold, it should be zero. I do this with a conditional column, if below the treshh...
- 6 years ago
camargos88
6 years agoCommunity Champion
- numersoz6 years agoHelper III
Hi,
Thank you this did solve the problem. I am not sure why the otherway didn't work.
- camargos886 years agoCommunity Champion
numersoz ,
That's because if you compare null with any value, you are gonna get error.
So start checking the null values.