Salesforce Instructions:

  1. Navigate to the Reports Tab: Similar to the ARR report, start by creating a new report based on the Opportunity object.

  2. Apply Filters:

  3. Add Report Fields

  4. Group Rows:

    1. Contract Start Month
  5. Add the NRR Calculation: To calculate NRR, create a Summary-Level Calculation using the following formula:

    Opportunity.ARR_Up_For_Renewal__c:SUM + 
    Opportunity.Revenue_Movement_Amount__c:SUM) / 
    Opportunity.ARR_Up_For_Renewal__c:SUM
    

Final Report Output: The NRR report will show how much revenue is retained or lost across renewals, helping you monitor your company’s financial health over time. This report is valuable for assessing long-term trends in customer retention and contract growth.

The end result should look something like this:

image.png

Visualized, it would look like this:

image.png