Fill every minute with previous value

Hello @Patse,
Ah okay you’re going to have to use

|> aggregateWindow(..., fn: (column, tables=<-) => tables |> table.fill())
|> fill(usePrevious: true)

Lmk if that does the trick!