Influx: combining 2 queries

I am using Grafana 8.3.3 with Influxdb

QueryA looks like this:

select last (“value”) from “processes” where $timeFilter GROUP BY time($_interval),“user” fill(null)

In Graph Style I have “Stack Series” as “Off”.
I am able to see the graph stacked – which is great.

QueryB is something simple:

select last(“cores”) from “total” where $timeFilter GROUP BY time($_interval) fill(null)

Is it possible to have QueryB have a dashed line type?

Welcome to the forum.

Something like this? If yes, have you experimented with overrides?

1 Like