Forum Discussion
How do I calculate average Response Time and Resolution Time ?
Hi Rck7, is this what you're looking for?
Average Response Time = DATEDIFF(StartDate,ResolvedDate,HOUR)
- Rck78 years agoHelper II
zenmemo Thank you for replying. Well, I have created the fowllowing two formulaes for my columns in my table:
1) First Response Time(column) = DATEDIFF (Issues[IssueDate],Issues[StartDate],HOUR)
2)Resolution Time (column) = DATEDIFF(Issues[StartDate],Issues[ResolvedDate],HOUR)
The result I am getting is as below, which I believe is wrong compared to the graph(i.e. result posted in my Question)
I am not very sure how can I calculate average response time(in hours) and average resolution(in hours).
What do you think about this -> Average Response time = Toal time taken(in hrs) to send the first response / number of Issues whose first response were sent ? for the selected date period.
Please let me know about your thoughts.
Thank you.