Forum Discussion
SACooper
Helper II
4 years agoPerformance Against Target Measure giving weird results within Matrix
The measure is as follows: VAR _daysInView = COUNTROWS(VALUES(CIVICA_CompletedItems[ProcessedDate])) VAR _numberOfStaff = COUNTROWS(VALUES(CIVICA_CompletedItems[ProcessedBy])) -- VAR...
SACooper
Helper II
4 years agoHi Luuky
in this case _Target is not 100% its a calculated numerical value. From the example above for week 25/07/2022
KP = 1908 / 1685
LW = 494 / 820
MW = 1090 / 1572
so if I take _Target away I get an extremly large number.
Thank you for the DIVIDE function reminder i've replaced that element.