Looking to get a list from influxDB database

I manage to get the exact data I want in an influxDB table. But I cannot figure out what kind of card I could use to get a list of that data.
At the end of every day (23:59:45), I’m saving in the influxDB the quantity of rain received that day. I’m using influx DB because I want to preserve this data forever. At 365 values a year, I don’t see any problem with that.
The list I want is like this:

June 1,  2024     22.4mm
June 12, 2024      3.7mm
june 13, 2024      1.6mm
july 2,  2024      5.6mm

You see the point? I do not want to see the days without rain.
I could live with the fact of seeing only the last 14 values in HA. When I want to see more detailed info, I use Grafana connected to influxDB.

I have found lists, but they all refer to entities and properties… Nothing that look like this example.
Anyone have an idea for me?

:frowning: nobody can give me a hint here?