Hi all,
I am having some difficulties trying to stack multiple fields (influxDB) in a single graph. I am using a graph panel formatted as time series
SELECT sum(“est_power_costs_24h”) ,sum(“est_revenue_24h”) FROM “future_profitability” WHERE $timeFilter GROUP BY time(10m)
So in this case I’d like to stack both “sums” in a single column. Is that possible?