Data returned from InfluxDB 2 weird

My Grafana is on version 10.3.1 and InfluxDB 2.7.5.

When I run a query on InfluxDB UI I receive the following result:

The same query connecting to the same bucket render something very different on Grafana:

It seems the column became a label and the rows some kind of filter.

What am I doing wrong?

Welcome @hawkbraz

In your query, between the |> sum and |> yield statements, can you put |> group() and see how that changes things (in both Influx Data Explorer and in Grafana)? Please post screenshots here if you can.