Hello!
Is it possible to use CumulativeSum with offset?
For example if i have daily data and i want to see what my current cumulative revenue is, i can use cumulative sum. If i then went to compare that to the same date last year I was hoping to use Offset with -365
I get an error saying aggregations can’t be used with cumulative sum or something like that.
Is there any way around this?