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 ago<insert favoured expletive here> thank you for pointing this out, basic math that I should have be well adept at, tunnel vision, is the only excuse I can come up with.
This works perfectly ... still confused why my previous math didn't work out but this did the trick
Thank you!