Defining calculation rules without a target measure
You can define expert calculation rules without a (target) measure. Consequently, setting the Filter field is mandatory (that is, at least one measure or filter must be defined for the expert calculation rules). The rule is applicable for all the measures, in a module.
For example, to display the difference between the Baseline and Upside
scenarios, create a scenario titled Variance and define the rule with a filter:
(%scenario:'Variance')
and the rule as
[%scenario:'Baseline'] - [%scenario:'Upside']
. The
target measure is not required for the rule and the variance between the two
scenarios (for all measures) is generated.