Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Revenue, Margin and Volume Trend Last 12 Months

First, the respective metric (revenue, margin or volume) is calculated for every single time unit.
Customer level: time unit = month
Product level: time unit = month

The least-square approach is used to compute the trend. See the Fitting a trend: Least-squares section in the Linear trend estimation Wikipedia article.

Formula

trendFormula.png
  • x is the month number (like month 1 would be the first month in scope)

  • is the average month number

  • y is the metric to consider, like margin

  • is the average metric to consider, like average margin

To convert the trend value â back to a percentage, the following formula is used: â / average(metric)

Periods with no transactions are considered to have zero revenue, margin, and volume, and are included in the trend computation.

Example

Find the example in the the following attachment:

This calculation is utilized in the following portlets affected by the trend calculation change:

  1. Global View

  2. Customer Detail View

  3. Customer Products Portfolio

Revenue, Margin and Volume Trend YTD

The least-square approach is used (see the Last 12 Months computation above). This calculation is utilized in the portlets (mentioned above) affected by the trend calculation change.

  • No labels