Hi,
I have some temperatures in a csv file, and grafana by infinity read them without issue,
for flux is quite easy change the query, and get another graph base on mean and so on,
but with infinity the question is : Can I get a graph of the average of values : (not just a single value) for a time serie ? that could be shows with the original graph itself?
(e.g. if I have a series for :
time|temp
1| -0.5
2| 0.5
3| -0.5
4| 0.5
I would add graph of a “line” around 0.
I tried also with expression : but get a NO data…
Thank you!