Recent searches


No recent searches

Explore recipe: Finding how many users submit tickets each month



image avatar

Rob Stack

Zendesk Documentation Team

Edited Jun 21, 2024


2

5

5 comments

In Insights I was able to get the number of customers (end-users) contacting us for the first time during a month, by using the <month/year (user created)> attribute:

This is a very important metric for us and I cannot find a way to do it in Explore.

Is this possible? Thanks !

0


image avatar

Brett Bowser

Zendesk Community Manager

Hi Adrian,

You should be able to find this in the Tickets dataset where you can use Time Requester Created and you can select Requester created year and requester created month.

Let me know if that doesn't get you the results you're looking for.

1


Thanks a lot @... :) Spot on solution 

0


Is there a good way to divide number of tickets created each month by the number of monthly end users to find the average number of tickets per end user, per month?

0


image avatar

Chandra Robrock

Most Helpful - 2021Community Moderator

@... It looks like you could achieve this by building the following query in the Tickets dataset:

Metrics:

  • D_COUNT(Tickets)
  • D_COUNT(End-users) 

Rows or Columns (depending on what type of visualization you're after):

  • Ticket Created - Year
  • Ticket Created - Month

From there, you can select Result Manipulation on the right navigation menu and then Result metric calculation to build a new metric based on the two metrics you're querying for. The formula for this calculation would be: D_COUNT(Tickets)/D_COUNT(Requesters)

Note: If you have any tickets that are submitted by agents that you'd like to exclude, you may need to add a filter for the Requester Role so that you're only counting tickets created by end-users. 

Hope that helps!

 

1


Please sign in to leave a comment.