Forum Discussion
How do I calculate average Response Time and Resolution Time ?
HI zenmemo,
When I use the DATEDIFF function to calculate the Response Time I am getting the result as 0:00 having my Data Format as 13:30(H:mm) as shown in the below images:
Instead, I am using,
1. Response Time = Issues[IssueDate] - Issues[StartDate] for calculating RT values for my column.
2. Resolution Speed = Issues[ResolvedDate] - Issues[StartDate] for calculating RS values for my column.
For calculating Averages, I created the following measures,
Avg RS = CALCULATE(AVERAGE(Issues[Resolution Speed]), ALLSELECTED(Issues[IssueDate]))
Avg RT = CALCULATE(AVERAGE(Issues[Response Time]), ALLSELECTED(Issues[IssueDate]))
The result Graph that I am getting is:
What are your thoughts on it?
Kindly, let me know.
Thanks.
For the average measures, have you considered changing the data type to whole numbers?