Forum Discussion
Anonymous
7 years agoNot applicable
Counting Current Staff - DAX not correct
Hi there I'm trying to return the count of staff that are employed on any given day/month/year. Table1 contains the staffID, StartDate and TerminatedDAte. Table2 is a date dimension. The current...
DaFloDo
7 years agoResolver I
Hi Anonymous,
i think there coud be a current filter context on Table1. So you could try applying your time yondition to All(Talbe1).
best regards
florian