MDX functions are grouped according to what the MDX functions returns! Here is a grouping and listing of the major MDX functions. Note some of these functions would traditionally be categorized as methods or properties.

OLAP Objects

Dimension

Hierarchy

Level

Member

OLAP Object Groups

Tuple

Set

Miscellany

Numeric

String

Array

Logical

Miscellany


These are unsorted as of yet.

    Numeric
Predict Evaluates the string expression within the data mining model specified within the current coordinates.
RollupChildren Scans the children of the member parameter and applies the string expression operator to their evaluated value.

    Set
DrilldownLevelBottom Drills down the bottom n members of a set, at a specified level, to one level below.
DrilldownLevelTop Drills down the top n members of a set, at a specified level, to one level below.
DrilldownMember Drills down the members in a set that are present in a second specified set.
DrilldownMemberBottom Similar to DrilldownMember, except that it includes only the bottom n children.
DrilldownMemberTop Similar to DrilldownMember, except that it includes only the top n children.
DrillupLevel Drills up the members of a set that are below a specified level.
DrillupMember Drills up the members in a set that are present in a second specified set.
ToggleDrillState Toggles the drill state of members. This function is a combination of DrillupMember and DrilldownMember.
VisualTotals Dynamically totals child members specified in a set using a pattern for the total label in the result set.

Page Modified: (Hand noted: 2007-10-12 02:57:12Z) (Auto noted: 2007-11-17 06:46:02Z)