Processing / Filtering Data Before Displaying

Is there any way to process data in a data bucket before displaying it in a widget? I have a bucket with sensor data where one column is the sensor id. I’d like to be able to only display values from a certain sensor and thus, I’d like to filter the data.

No, there is a way to add the data (media, max, min, in others criterias), but apply some filter or make any operation is not possible after the data is stored in the bucket, you need to apply any algorithm before and store already filtered or modified into the bucket.

Regards.