I have a KPI using set Intersection / Exclusion formula. This KPI calculates employees are in hire during the whole year. That is, employees who are hired on January 1th and are still hired on December 31 and have not been terminated on any day in that period.
Count( {
((<EmployeeID = P ({<ContractTypeID={'2'},FACTTYPE={*},Month={'Jan'}, Day={'1'},isActiveEmployee={'1'}>} EmployeeID ) >) *
(<EmployeeID = P ({<ContractTypeID={'2'},FACTTYPE={*},Month={'Dec'}, Day={'31'},isActiveEmployee={'1'}>} EmployeeID ) >)
Now, I want to apply this KPI in a graph (or in a table), using the year as dimension.
The problem when loading the table is that the Dimension Year doesn't apply in the formula and the formular is nor filtered by each year in the dimension.