Loading
Salesforce now sends email only from verified domains. Read More
Sales Performance Management
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Create a Calculation for a Custom Metric

          Create a Calculation for a Custom Metric

          Along with the default and pre-built metrics, you can add custom metrics to statements. Any calculations that you create in Designer can be used as a metric card.

          Required Editions

          Available in: both Salesforce Classic (not available in all orgs) and Lightning Experience
          Available in: Enterprise, Unlimited, and Developer Editions
          Available for an additional cost in: Professional Edition with Web Services API Enabled
          User Permissions Needed
          To create a custom metric with quotas:

          A Spiff user role with these permissions turned on.

          • Designer Configuration: Manage
          • Quotas: Edit

          For this example, we’re creating a year to date (YTD) Deal Renewals Attainment statement metric that includes In Year Attainment with deal renewals only.

          1. In Designer, under Plans, create a folder named Statement Metrics under the plan where you want to add the custom metric.
          2. In the Statement Metrics folder, add another folder named YTD Deal Renewals Attainment.
          3. Create a data filter that returns only deal renewals year to date.
            In this example, all of the data that we want to consider is on the Opportunities object, so we build the filter there. Before creating the filter from scratch, check to see if there are any existing filters that can be used. Make sure to filter by the specific rep, by deals that are closed, won, and renewed, and by the year selected.
            1. Click Data, and then click Filters.
            2. Select the ClosedInYear and IsRenewal filters.
              Selecting the ClosedInYear and IsRenewal filters
            3. Create the ClosedInYearRenewals filter in Settings, on the right side.
              Using the ClosedInYear and IsRenewal filters to create a ClosedInYearRenewals filter
          4. Create a YTD Total Deal Renewals calculation.
            1. In Plans, click the three dots next to the YTD Deal Renewals Attainment folder and select New Worksheet.
              We use a worksheet because the calculation is a single data point.
            2. Name the worksheet YTDDealRenewalsAttainment_Worksheet and add the headers Metrics and Quota Calculations.
              Creating a calculation to use in a metric
            3. In the Metrics column, add a function that sums the ARR__c field from the ClosedInYearRenewals filter. Enter =sum(ClosedInYearRenewals!ARR__c). Update the display name and display format.
              Adding a function for YTD total deal renewals
          5. Create data for renewals quota, which we use later in the calculation.
            1. In the YTD Deal Renewals Attainment folder, create a table named YTDDealRenewalsQuota.
            2. Add three reps, and fill out the table with the appropriate amounts.
          6. Add the quotas data to the Create a YTD Total Deal Renewals calculation.
            1. Return to the YTDDealRenewalsAttainment_Worksheet.
            2. In the Quota Calculations column, add a function that references the quota data. Enter =quota("YTDDealRenewalsQuota"). Update the display name and display format.
              Adding quotas to a calculation
            3. In a new row, divide YTDTotalDealRenewals by YTDDealRenewalsQuota. Enter =YTDTotalDealRenewals/YTDDealRenewalsQuota. Give the calculation a name, and update the display name and display format.
              Final calculation for YTD deal renewal attainment
           
          Loading
          Salesforce Help | Article