How do I recreate this InfluxQL range query in InfluxDB 2?

Hello @MPH1984,
You can do:

|> range(start: 0, stop: 2021-08-17T12:00:00Z)
1 Like