Try something like this:
|> aggregateWindow(every: 1d, fn: sum, createEmpty: false, timeSrc: "_start")
See also this thread with similar discussion: