MDX Functions that Return a Tuple

The following functions return a tuple.

FunctionResult
CurrentTupleReturns the current tuple in a set. Current is in the context of query execution mechanics. Use in combination with iterative functions such as Filter.
ItemExtracts a member from a tuple.