Hi,
Hope this is the right forum. I have a database of employees each with a start date and in the termination date column it populate with a termination data if they have resigned but it blank if there are still active.
I'm trying to report on the active headcount but date (date X) so the formula needs to pick of if an employee "was" active on a specific date (date x)
I need a measure formula in Power BI Desktop that is "countifs" type of formula
The formula needs to count if meeting 3 criteria
StartDate is Greater than or equal to date X
TerminationDate is less than or equal to date x OR is blank
hope this makes sense
Hope this is the right forum. I have a database of employees each with a start date and in the termination date column it populate with a termination data if they have resigned but it blank if there are still active.
I'm trying to report on the active headcount but date (date X) so the formula needs to pick of if an employee "was" active on a specific date (date x)
I need a measure formula in Power BI Desktop that is "countifs" type of formula
The formula needs to count if meeting 3 criteria
StartDate is Greater than or equal to date X
TerminationDate is less than or equal to date x OR is blank
hope this makes sense