Mean, Min, Max - Add field from calculation flawed

Hi,

when I add the transformation “Add field from calculation” to a datasource it displays a respective graph on the time series on top of the original data. I don’t see the point in that and I’m not sure if I’am using that correctly. I actually just want to have the mean, min and max values shown over the chosen time interval. Any ideas how to handle that correctly?

I’m using a Postgres DB. The time series uses a table in the same dashboard as datasource.

Use legend, not transformation. For example:

That was simple thanks a lot!

Is it also possible to have those values shown as lines in the graph?

No. Write additional panel queries to calculate min/max/mean timeseries (not just scalars, as you have in the legend), so you will have additional timeseries and then they can be min/max/mean “lines” in the graph.

Alright, thanks a lot for your response!