Retention rate report

Last updated: March 5, 2026

Overview

Retention is a key indicator of customer satisfaction, loyalty, and agency stability. High retention means stronger recurring revenue, lower acquisition costs, and better carrier relationships. This approach is specifically designed for organizations who define retention at the policy level, and a policy is considered retained if it is successfully renewed. If you have different organizational definitions, this information may not be applicable to your use case.

Requirements

To measure policy retention, you’ll need a reliable data point that indicates whether a policy has renewed, such as a Policy Renewed checkbox. If such a field does not exist, you can create a formula field to capture renewal status.

Create a renewal formula field

  1. Click the gear icon in the top navigation, and click Setup.

    Screenshot 2026-03-04 at 1.15.28 PM.png
  2. In the Quick Find search box, type and select Object Manager.

  3. Search and select Policy.

    Screenshot 2026-03-04 at 1.16.22 PM.png
  4. Click Fields & Relationships.

    Screenshot 2026-03-04 at 1.16.58 PM.png
  5. Click New.

    Screenshot 2026-03-04 at 1.17.19 PM.png
  6. Select Formula as the data type.

    Screenshot 2026-03-04 at 1.17.53 PM.png
  7. Click Next.

    Screenshot 2026-03-04 at 1.18.24 PM.png
  8. Enter:

    1. Field Label: Policy Renewed?

    2. Field Name: will auto-populate.

  9. In the Formula Return Type section, select Checkbox.

  10. Click Next.

    Screenshot 2026-03-04 at 1.20.44 PM.png
  11. Click the Advanced Formula tab.

    Screenshot 2026-03-04 at 1.21.16 PM.png
  12. Enter the following formula:

AND (

NOT( ISNULL(VRNA__Superseded_By__c ) )

, VRNA__Superseded_By__r.VRNA__Record_Type_Code__c = 'W'

)

Note: This formula checks that the Superseded By field is not blank (meaning the policy was replaced) and the superseding policy is Written.

  1. Click Next.

    Screenshot 2026-03-04 at 1.22.42 PM.png
  2. Adjust the field-level security settings, then click Next.

    Screenshot 2026-03-04 at 1.23.42 PM.png
  3. Choose what page layout(s) the field should be added to, then click Save.

    Screenshot 2026-03-04 at 1.24.34 PM.png

Create the report

  1. Follow the instructions in Create a new report.

  2. On the Create Report modal, select Policies for the Report Type Name.

Screenshot 2026-03-04 at 1.25.52 PM.png
  1. Group the report by the field that represents a renewed policy.

    Screenshot 2026-03-04 at 1.26.54 PM.png
  2. Add useful columns such as:

    1. Policy Number

    2. Customer Name

    3. Effective Date

    4. Expiration Date, and so on.

Add a summary formula

  1. Click the dropdown and select Add Summary Formula.

    Screenshot 2026-03-04 at 1.28.13 PM.png
  2. In the Edit Summary-Level Formula Column modal, set the following:

    1. Column Name: Renewal %

    2. Output Type: Percentage

    3. Formula: RowCount/PARENTGROUPVAL(RowCount,GRAND_SUMMARY)

    4. Display: Select Selected Groups

    5. Row Group: Select Policy Renewed?

      Screenshot 2026-03-04 at 3.09.53 PM.png
  3. Click Apply. You'll see the Renewed % field in the Summary Formula column area.

    Screenshot 2026-03-04 at 3.11.50 PM.png
  4. Use filters to define the reporting period and policy type, such as:

    1. Expiration Date in the last 12 months

    2. Record Type Code = W

    3. Monoline/Package = Package Parent or Monoline

  5. Click Save & Run.

    Screenshot 2026-03-04 at 3.27.35 PM.png