Forum Discussion
Anonymous
4 years agoNot applicable
Running Total
Hello everyone Below is the dataset that I have and i would like to calculte the running total. I have see older posts requesting similar calculation but I was not able to make it work. Is someon...
- 4 years ago
Anonymous I am thinking something like below. 'Dates'[Date] would reference your date or calendar table which I am assuming is what you are using for your axis.
Spent Running Total = VAR __MonthSeq = MAX('Monthly By Project Size'[Month Seq]) RETURN CALCULATE(SUM('Monthly By Project Size'[Total Spent in USD]),FILTER(ALL('Monthly By Project Size'),'Monthly By Project Size'[Month Seq] <= __MonthSeq) && 'Dates'[Date] < __MonthSeq)
Ashish_Mathur
4 years agoSuper User
Hi,
Share the link from where i can download your PBI file. Please also show the expected result there.
- Anonymous4 years agoNot applicable