Function | Description |
|---|
AddCalculatedMembers (MDX) | Returns a set generated by adding calculated members to a specified set. |
AllMembers (MDX) | Returns a set that contains all members, including calculated members, of the specified dimension, hierarchy, or level. |
Ancestors (MDX) | Returns a set of all ancestors of a member at a specified level or distance. |
Ascendants (MDX) | Returns the set of the ascendants of a specified member, including the member itself. |
Axis (MDX) | Returns a set defined in an axis. |
BottomCount (MDX) | Sorts a set in ascending order, and returns the specified number of tuples with the lowest values. |
BottomPercent (MDX) | Sorts a set in ascending order, and returns a set of tuples with the lowest values whose cumulative total is equal to or less than a specified percentage. |
BottomSum (MDX) | Sorts a set in ascending order, and returns a set of tuples with the lowest values whose total is equal to or less than a specified value. |
Children (MDX) | Returns the children of a specified member. |
Crossjoin (MDX) | Returns the cross product of one or more sets. |
CurrentOrdinal (MDX) | Returns the current iteration number within a set during iteration. |
Descendants (MDX) | Returns the set of descendants of a member at a specified level or distance, optionally including or excluding descendants in other levels. |
Distinct (MDX) | Returns a set, removing duplicate tuples from a specified set. |
DrilldownLevel (MDX) | Drills down the members of a set to one level below the lowest level represented in the set, or to one level below an optionally specified level of a member represented in the set. |
DrilldownLevelBottom (MDX) | Drills down the bottommost members of a set, at a specified level, to one level below. |
DrilldownLevelTop (MDX) | Drills down the topmost members of a set, at a specified level, to one level below. |
DrilldownMember (MDX) | Drills down the members in a specified set that are present in a second specified set. Alternatively, the function drills down on a set of tuples. |
DrilldownMemberBottom (MDX) | Drills down the members in a specified set that are present in a second specified set, limiting the result set to a specified number of members. Alternatively, this function also drills down on a set of tuples. |
DrilldownMemberTop (MDX) | Drills down the members in a specified set that are present in a second specified set, limiting the result set to a specified number of members. Alternatively, this function drills down on a set of tuples. |
DrillupLevel (MDX) | Drills up the members of a set that are below a specified level. |
DrillupMember (MDX) | Drills up the members in a specified set that are present in a second specified set. |
Except (MDX) | Finds the difference between two sets, optionally retaining duplicates. |
Exists (MDX) | Returns the set of members of one set that exist with one or more tuples of one or more other sets. |
Extract (MDX) | Returns a set of tuples from extracted dimension elements. |
Filter (MDX) | Returns the set that results from filtering a specified set based on a search condition. |
Generate (MDX) | Applies a set to each member of another set, and then joins the resulting sets by union. Alternatively, this function returns a concatenated string created by evaluating a string expression over a set. |
Head (MDX) | Returns the first specified number of elements in a set, while retaining duplicates. |
Hierarchize (MDX) | Orders the members of a set in a hierarchy. |
Intersect (MDX) | Returns the intersection of two input sets, optionally retaining duplicates. |
LastPeriods (MDX) | Returns a set of members up to and including a specified member. |
Members (Set) (MDX) | Returns the set of members in a dimension, level, or hierarchy. |
Mtd (MDX) | Returns a set of sibling members from the same level as a given member, starting with the first sibling and ending with the given member, as constrained by the Year level in the Time dimension. |
NameToSet (MDX) | Returns a set that contains the member specified by an MDX–formatted string. |
NonEmptyCrossjoin (MDX) | Returns the cross product of one or more sets as a set, excluding empty tuples and tuples without associated fact table data. |
Order (MDX) | Arranges members of a specified set, optionally preserving or breaking the hierarchy. |
PeriodsToDate (MDX) | Returns a set of sibling members from the same level as a given member, starting with the first sibling and ending with the given member, as constrained by a specified level in the Time dimension. |
Qtd (MDX) | Returns a set of sibling members from the same level as a given member, starting with the first sibling and ending with the given member, as constrained by the Quarter level in the Time dimension. |
Siblings (MDX) | Returns the siblings of a specified member, including the member itself. |
StripCalculatedMembers (MDX) | Returns a set generated by removing calculated members from a specified set. |
StrToSet (MDX) | Returns the set specified by an MDX–formatted string. |
Subset (MDX) | Returns a subset of tuples from a specified set. |
Tail (MDX) | Returns a subset from the end of a set. |
ToggleDrillState (MDX) | Toggles the drill state of members. |
TopCount (MDX) | Sorts a set in descending order and returns the specified number of elements with the highest values. |
TopPercent (MDX) | Sorts a set in descending order, and returns a set of tuples with the highest values whose cumulative total is equal to or less than a specified percentage. |
TopSum (MDX) | Sorts a set and returns the topmost elements whose cumulative total is at least a specified value. |
Union (MDX) | Returns the union of two sets, optionally retaining duplicates. |
Unorder (MDX) | Removes any enforced ordering from a specified set. |
VisualTotals (MDX) | Returns a set generated by dynamically totaling child members in a specified set, optionally using a pattern for the name of the parent member in the resulting cellset. |
Wtd (MDX) | Returns a set of sibling members from the same level as a given member, starting with the first sibling and ending with the given member, as constrained by the Week level in the Time dimension. |
Ytd (MDX) | Returns a set of sibling members from the same level as a given member, starting with the first sibling and ending with the given member, as constrained by the Year level in the Time dimension. |