MDX.GET and Predefined MDX.GET formulas

Execute an MDX function.

Note: You cannot execute MDX functions which return more than one result.

Syntax

=MDX.GET(Alias,Cube, Query)

Arguments

Argument Description Example
Alias Name of the database alias Foodmart 2008
Cube Name of the cube [Sales]
Query MDX function [Customers].AllMembers.Count

The Formula Wizard offers a number of predefined MDX.GET formulas which contain MDX functions. See Related topics:

Related topics