Define a Calculated Column
A calculated column is an expression that uses other columns, functions, and constants to derive new data for the model.
Use calculated columns in your dimension structure
- to create exception dimensions, or new ways of slicing and dicing your data based on a calculation from existing source columns
- to create customized date values
- to produce new measure values
When you use a calculated column as a measure, the value is derived before any rollup takes place. A calculated column is similar to a calculated measure with the following exception: if the Regular timing of your calculated measure is set to Before Rollup, no consolidation occurs. For optimal cube size and run-time performance, calculated columns are preferable to before-rollup calculated measures.
For more information about calculated measures, see Define a Calculated Measure.
Note: If currency conversion is supported by your OLAP reporting
component, the calculated column is initially calculated using the
default (base) currency. After that, conversion occurs dynamically,
followed by rollup.