Forum Discussion
jake223
6 years agoHelper I
Cumulative/Running Total
Hello, I'm having an issue with creating a Cumulative/Running Total. Currently I have the following: StartFTE_TO = sum('92_FOM_FY20'[Current FTE for TO]) EndFTE_TO = SUM('92_FOM_FY20'[Curr...
jake223
6 years agoHelper I
Hi ImkeF
I updated my date table From Start Date: 6/1/2016 To: 6/1/2019 the start of our fiscal year (June in the Image). and it still seems it only calculating the current month. But I do a think it might have to do with using Fiscal year just not sure how/what/why.
Thanks for all your Help!
amitchandak
6 years agoSuper User
Seem like it is doing Avg. Can you share the formula.
- jake2236 years agoHelper I
Hi amitchandak
I used the Quick measure to create both fields below are the formulas
- Turnover running total in FiscalMonthLong = CALCULATE([Turnover],FILTER(CALCULATETABLE(SUMMARIZE('7_Date', '7_Date'[FiscalMonthNum], '7_Date'[FiscalMonthLong]),ALLSELECTED('7_Date')),ISONORAFTER('7_Date'[FiscalMonthNum], MAX('7_Date'[FiscalMonthNum]), DESC,'7_Date'[FiscalMonthLong], MAX('7_Date'[FiscalMonthLong]), DESC)))
- Turnover YTD = TOTALYTD([Turnover], '7_Date'[Date])
- amitchandak6 years agoSuper User
Calculation of turnover
- jake2236 years agoHelper I