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 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])
amitchandak
6 years agoSuper User
Calculation of turnover
- jake2236 years agoHelper I