I want to evaluate two queries in one line.
However, I always get two different timestamps and that’s why I can’t calculate any values.
Unfortunately, Group by doesn’t work, I keep getting the time value displayed.
Is there a solution for this?
My first thought was to perform a third query (“C”) to do a join, but InfluxQL doesn’t support that. Have you experimented with the join (or other type of) transformation in Grafana? If that works, then you should be able to perform calculations once they are in the same row.