Forum Discussion

AGo's avatar
AGo
Post Patron
6 years ago

Rolling sum optimization

Hello,   I populated a line chart with a cumulative function: Rolling count = SUMX(FILTER(ALLSELECTED(Tab[timestamp]),Tab[timestamp]<=MAX(Tab[timestamp])),CALCULATE(SUM(Tab[DeltaWithPreviousRowVa...