Im using grafana + influxdb, to show data collecting every minute, how can i show yesterday’s data from the same time on the same pannel ? for today’s data im using the query SELECT mean("value") FROM "stal_soc" WHERE $timeFilter GROUP BY time(1m) fill(null)
InfluxDB v2.7.6
Grafana v11.1.0
4 posts - 2 participants