About
MDX is a standardized query and calculation language for multidimensional databases such as:
- Microsoft Analysis Services,
- and SAP BW.
Articles Related
Example
SELECT [Year].Children ON ROWS,
[Profit].Children ON COLUMNS
FROM [Sample].[Basic]
WHERE [Actual]