Hi, I have a metric that counts the number of days we have gone without specific types of issues occuring. I created a simple calculation:
=(B9-DATE(YEAR(B9),1,0))-Incidents!C1
This takes the current number of days in the year and subtracts the number of issues we've experienced. What I...