Grafana no data, InfluxDB has data

Hopefully the correct sub.

I have influxdb running, exploring hte influxdb shows actual values.
Grafana is connectd to influxdb, shows the entioty names (sensor names) but always no data.
I compared different sensors, all of them had values in influxdb, but grafana always shows no data.
Save & Test datasources says: datasource is working. 42 measurements found

Any idea what I missed?

Thanks!

I have no clue if this helps but if you set the the range to start earlier than the data exists…nothing.
I am on v2 with flux byt

changed the timespan to several years, still no data. I only see the entity names, without data.

Not exactly what I meant and again not sure if it applies to you but here is my ‘issue’
I have data in my bucket from 1/7/2020 but not for Wh, this starts only from 1/8/2020

If my flux range starts from 1/8/2020 and Wh then this is fine

If my flux range starts from 1/7/2020 then not data

I am more of an old-school SQL person and would have expected to still see the data from 1/8/2020, the fact that it is missing for one month and hiding all is not logical (to me)