Evaluate two queries to one line

Hello guys,

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?

I’m using Grafana 10 with influxdb.

Greetz
Philip


Welcome @phildiscount to the Grafana forum.

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.

I tried a lot.
I tried the “Reduce Row” trick from other forum entries but nothing helped
Today i found a solution/trick which works for me.

1 Like