Forum Discussion
Calculating average employee count
- 4 years ago
airwater , This already of month,
AVERAGEX(
KEEPFILTERS(VALUES('Date Table'[Month])),
CALCULATE(COUNTROWS(Headcount),Headcount[Assignment Category] = "Permanent"))Not sure on the need to divide by 12
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.refer
Average of Rolling, Average of Snapshots: https://youtu.be/_pZRdLAJxxA
airwater , This already of month,
AVERAGEX(
KEEPFILTERS(VALUES('Date Table'[Month])),
CALCULATE(COUNTROWS(Headcount),Headcount[Assignment Category] = "Permanent"))
Not sure on the need to divide by 12
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
refer
Average of Rolling, Average of Snapshots: https://youtu.be/_pZRdLAJxxA