Add Limits and Goals to a Report

There is a simple way to add static numbers to your reports, which can be used to signify goals, limits, or any type of baselines within a report. These types of reports can be generated by creating a simple custom metric that returns the same number no matter how it is sliced.

In the above example, a help desk maintains a service-level agreement (SLA), in which the first reply time is four hours. This Limit metric provides a consistent baseline across your report. The second custom metric, Goal , indicates the desired first reply time of three hours. In the steps below, these metrics can be created and added to your First Reply Time report.

Steps:

  1. Create a new report and add the base metric with dynamic values. In the example, this metric was called First Reply Time .

  2. For limit and goal reports, slice them by a time-based attribute. In the example, the metric is sliced by the Week (Sun-Sat)/Year (Created) attribute.

  3. In the Custom Metric Editor, enter the following definition for the Goal metric:

    SELECT 3
    
  4. In the Custom Metric Editor, enter the following definition for the Limit metric:

    SELECT 4
    
  5. Configure the report to be the type of interest to you. This example is a bullet chart.  

  6. If the report is a Bullet chart, in the Show Configuration side panel, you can configure where the metrics appear in the report: 

  7. You can also change the colors displayed for each metric. Since the Goal metric is positive, you could configure it to be green, while the Limit metric is the red line. 

       The report now identifies when first reply time is within acceptable parameters for each week.