I want the average number of tickets solved by the agent report shown by day, excluding weekends, and the average number of tickets solved monthly.
Currently, I can exclude the weekend, but when calculating the average per month, I cannot exclude the day the agent is not working. (e.g. holiday, sick).
I have tried using the metric filter to get the D_Count(tickets solved) to start from 1, but have had no success with the average monthly calculation.
How do I exclude the date count when the ticket solved is 0?
The below is the setting I currently use