Table of Contents

Multi Dimensional Data - MDX

About

MDX is a standardized query and calculation language for multidimensional databases such as:

Example

SELECT [Year].Children ON ROWS, 
[Profit].Children ON COLUMNS 
FROM [Sample].[Basic] 
WHERE [Actual]