Create value mapping profiles to compensate for missing or anomalous data points in your raw sensor data.
You can set up rules to determine what to replace missing or anomalous data with: the last known value or a custom value.
This ensures that your data is of good enough quality to use in analytics, reports, etc.
Value Mapping and click Create Value Mapping.

You can remove this rule (using the minus button) if you only want to replace missing values.
In the example below, we have a sensor whose data is read every 15 minutes (the sensor's interval is set at 900 seconds). In the raw data series, there are several missing data points and one anomalous reading (-1). Using a value mapping profile we can clean the incoming data to address the missing and bad values.
| Raw sensor data | Missing values replaced with last known value | Anomalous values replaced with last known value | |
|---|---|---|---|
| 1:00:00 AM | 7 | 7 | 7 |
| 1:15:00 AM | 6 | 6 | 6 |
| 1:30:00 AM | 6 | 6 | |
| 1:45:00 AM | 5 | 5 | 5 |
| 2:00:00 AM | 5 | 5 | 5 |
| 2:15:00 AM | 5 | 5 | |
| 2:30:00 AM | 7 | 7 | 7 |
| 2:45:00 AM | 5 | 5 | 5 |
| 3:00:00 AM | 4 | 4 | 4 |
| 3:15:00 AM | 4 | 4 | 4 |
| 3:30:00 AM | -1 | -1 | 4 |
| 3:45:00 AM | 5 | 5 | 5 |
| 4:00:00 AM | 6 | 6 | 6 |


