Working With Axes in MDX SELECT Statements
The SQL Server MDX SELECT statement supports the specification of up to 128 axes, but we generally only use two in our queries.
- The MDX query editor in Management Studio can only represent two axes, columns and rows.
- SSRS only supports two axes in MDX SELECT statements.
Specialist client tools might require data to be delivered via more than two axes, but in the main two axes is plenty for our requirements.