Profit
, which is created by using this expression: [Revenue]-[Cost]
, where Revenue
and Cost
are measures in a data source. You also could create this expression: [Total_Retail_Price] / 1000000
, where Total_Retail_Price
is the measure divided by 1 million. For more information,
see Create a Custom Data Item by Entering an Expression.Percent change (parallel periods)[Revenue]
, where [Revenue]
is the selected measure,
or Rolling Total (period to date)[COST_N]
, where [COST_N]
is the selected measure. For more information,
see Create a Custom Data Item That Is Based on Relative Time.
Use parentheses when
you need to perform a calculation outside of the normal order of operations.1
|
||
1In the normal order of operations, working from left to right, multiplication and division are performed first, followed by addition and subtraction. |