Skip to main content
calculated member

A member that is based on other members via an MDX expression. You can define two kinds of calculated members:

  • A calculated measure is a measure is based on other measures. (In MDX, each measure is a member of the Measures dimension.)

    For example, one measure might be defined as a second measure divided by a third measure.

    The phrase calculated measure is not standard in MDX, but this documentation uses it for brevity.

  • A non-measure calculated member typically aggregates together other non-measure members. Like other non-measure members, this calculated member is a group of records in the fact table.

See Defining Calculated Members.


FeedbackOpens in a new tab