Forum Discussion

ALHU's avatar
ALHU
Frequent Visitor
2 years ago

Matrix showing wrong aggregation per year

Hello i have the following measure that counts employees over time specificed by a date table:   Nr of Employees = CALCULATE(     COUNTROWS('masterdata hr_data'),     FILTER(         FILT...