Forum Discussion
numersoz
Helper III
6 years agoPower 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
Community Champion
6 years ago- numersoz6 years ago
Helper III
Hi,
Thank you this did solve the problem. I am not sure why the otherway didn't work.
- camargos886 years ago
Community Champion
numersoz ,
That's because if you compare null with any value, you are gonna get error.
So start checking the null values.