Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Average calculation

Hi,

I hope you can help me. I want to calculate average FTE per month.

I have made the following example, but I cannot figure out how to calculate the FTE Avg. In February it should be based on the average of January and February ((250+247)/2) = 248,5

MonthActualYTDFTE Avg.
1     250,00     250,00     250,00
2-        3,00     247,00     248,50
3          4,00     251,00     249,33
4-        2,00     249,00     249,25
5-        3,00     246,00     248,60
6          5,00     251,00     249,00
7-        1,00     250,00     249,14
8               -       250,00     249,25
9-        3,00     247,00     249,00
10          4,00     251,00     249,20
11-        3,00     248,00     249,09
12-        3,00     245,00     248,75

 

I have tried 

FTE Avg = CALCULATE( 'ActualData'[Actual] , DATESYTD('Calendar'[Date])) / max('Calendar'[Month])
But it doesn't add January and February together.

5 Replies