Calculated Metrics
Calculated metrics automatically compute their values from other metrics.
When to Use Calculated Metrics
- Ratios: Profit margin, conversion rate, utilization
- Aggregations: Total revenue, average score
- Comparisons: Year-over-year growth, variance
- Derived KPIs: Metrics that combine multiple data points
Creating a Calculated Metric
Formula Builder
The visual formula builder helps you:
- Browse available metrics
- Insert metrics with correct syntax
- Add mathematical operators
- Use built-in functions
- Preview calculations
Dependencies
Calculated metrics depend on their source metrics:
- Values update when sources update
- Missing source values result in blank
- Circular dependencies are prevented
Best Practices
- Name clearly to indicate it's calculated
- Document the formula in the description
- Test with known values
- Consider update timing
- Limit dependency chains (avoid A→B→C→D→E)
Troubleshooting
Blank result?
- Check if all source metrics have values
- Verify the formula syntax
- Look for division by zero
- Review the formula logic
- Check operator precedence
- Verify source metric values
Was this article helpful?