Mavericks334
Active Member
- Joined
- Jan 26, 2011
- Messages
- 280
Hi
I have the below DAX measure,
=calculate([Value_Corrected1],datesbetween(Dates[Date],Year_Period[Selected_Year_Start_Date],Year_Period[Selected_Month_End_Date]))
That is giving me the sum of headcount for the dates that i select. However i need to get the average of the headcount for the period selected.
Any idea how it oculd be calculated.
Regards,
Renato.
I have the below DAX measure,
=calculate([Value_Corrected1],datesbetween(Dates[Date],Year_Period[Selected_Year_Start_Date],Year_Period[Selected_Month_End_Date]))
That is giving me the sum of headcount for the dates that i select. However i need to get the average of the headcount for the period selected.
Any idea how it oculd be calculated.
Regards,
Renato.