Calculation to find the maximum number of tickets resolved by an Employee per day

Data structure:

Requirement:

  • Find the maximum number of tickets resolved by an employee in a day.

 

For example, on 15/02/2022, maximum number of tickets resolved is 3.

Solution:

  1. Drag ‘Resolved Date’ field to the rows.  Right click on the field choose ‘Exact Date’ and then again right on the ‘Resolved Date’ to select discrete.
  2. Create a new calculated field and name the calculation as ‘Max of Tickets Resolved’
  3. Enter the following calculation in the calculation editor 
  4. MAX( { FIXED [Assigned to], [Resolved Date]:COUNTD ([Ticket ID])} )
  5.  Drag the ‘Max of Tickets Resolved’ field to the text in the Marks card

Output:

Downloads: