-
What Grafana version and what operating system are you using?
Grafana v11.6.1 on Ubuntu -
What are you trying to achieve?
I have a data source that reports total water consumed. One row every 5 minutes.
I would like to display daily consumption.
I need to:
- use only the last value for each day
- calculate differences between current and previous day
- show bar graph for the daily differences
- How are you trying to achieve it?
I have no clue how to
- use only the last value for each day
- calculate difference between current and previous day
Any help appreciated.