Query all measurements with flux

Hi @MaxJ,
Welcome to the community! You can just remove the filter altogether:

data = from(bucket: "bucket")
    |> range(start: v.timeRangeStart, stop: v.timeRangeStop)
    |> yield(name: "_editor_composition")

1 Like