Forum Discussion
MStark
Helper III
3 years agoAverage Active EEs for Date Range
Hi, I have a tableof employees with Hire, Termination and Rehire Dates. I also have a date table Im trying to get the average amount of active employees for whatever date range is selected on th...
- 3 years ago
I created the measure below and it works for now! Thanks so much for all your help!!
Greg_Deckler
Community Champion
3 years agoMStark Maybe tank your __RF and __RL variables and in your __F and __L variables where you refer to [Hire Date] replace that column reference with MAX([Hire Date, [Rehire Date])
MStark
Helper III
3 years agoI created the measure below and it works for now! Thanks so much for all your help!!