Loading
Salesforce Enforces New Security Requirements in Summer 2026Read More
Integrate and Analyze Marketing Data with Marketing Cloud Intelligence
Create a Calculated Measurement from a Widget

Create a Calculated Measurement from a Widget

Create calculated measurements on top of existing data so you can refer to them across your workspace. Widgets can be used to display the calculated measurement data.

Required Editions

User Permissions Needed
To create and manage calculated measurements: Power User or Admin
  1. On the Visualize tab, click a dashboard page.
  2. Click the pencil icon to enter edit mode.
  3. To add a widget, click the plus icon.
  4. Select the widget type, and then click the plus icon to add a field.
  5. Click the Add Calculated Field icon plus sign and a Greek capital sigma , and then click Calculated Measurement.
  6. In the General section, define the calculated measurement.
    When setting the decimal places, the more places you specify, the more exact the calculation.
  7. In the Advanced section define advanced settings.
    1. For Total Aggregation Function, select the function to calculate the total value of a query. For example, SUM, AVG, MIN, or MAX. Values that appear in separate rows of a display are all aggregated in the Total row. The Total Aggregation Function and the Aggregation Function—set in the expression section— should be the same.
    2. Set the granularity—Determine the level the calculations for the measurement takes place.
    3. To let null values be used in the formulas, select Treat Nulls as Zeros
    4. To include the date in the granularity of the calculation, select Include Date in Granularity
  8. In the Expression section, define the expression:
    1. Set the aggregation function to determine the calculation result for all the produced rows. When a granularity is set, the underlying calculation produces multiple calculation results for multiple rows. These rows must be aggregated into a single row of the displayed dimension.
    2. Create the expression that you want to base the calculated measurement on using the list of available measurements and functions. For example, if you want to calculate email open rate that uses email sends as the denominator instead of email deliveries, use this expression: IFERROR([Email_Unique_Opens]/[Email_Sends], null) The IFERROR function results in the calculated measurement returning null values when the email sends equal to 0.
    3. To add a function to your expression, click it, or start typing for auto-complete.
  9. Click Save.
 
Loading
Salesforce Help | Article