Summary
Grouping and averaging
Content
hello! I am new to all of this, and would like to get some assistance on how to show a visualization to my director that would show our teams SLA metrics. On-time, break, and what the trend is. So for example I have an excel sheet that has the assignee, the date the incident was opened, the date it was closed, and how long until it breaks SLA. I have created a calculation to show how many days it was open using the timestampdiff function using the interval days, closed dates, and opened. it worked and I now have a new column. Now I am showing my assignees and the length of time they have incidents open, and it is showing each individual incident. I want to group it by assignee and average their days open so I can show 1 - SLA break by user and 2 - Average days each a user has an incident open.
I am unable to group and I am unable to get an average for each assignee. Is this possible to do?
Thank you!
Jenn