Forum Discussion
mmills2018
Helper IV
5 years agoRolling 3 month calculation
Hello, i have the below measure that functions correctly for rolling 3 month turnover. The issue I am having is that if an associate terms at the end of a month, they are counting in that months...
lbendlin
Super User
5 years agoLASTDATE('Date Table'[Full Date])-1
mmills2018
Helper IV
5 years agoI tried that but it excludes from all eom headcount, I want to include month end terms from my datesinperiod timefreame. So, for rolling 3 month, I want to exclude those who termed 3/31/2021 but include 2/28 and 1/31.
DATESINPERIOD(
'Date Table'[Full Date],
LatestMonth,
-3,
MONTH
)
) *4
/