Forum Discussion
How do I calculate average Response Time and Resolution Time ?
Rck7Now if you're selecting averaging the response/resolution times in conjunction with those measures, that should do it. See sample below. Otherwise, if you attach your file perhaps, I or someonelse can look at what else is causing it.
- Rck78 years agoHelper II
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.- zenmemo8 years agoHelper I
For the average measures, have you considered changing the data type to whole numbers?