Multi Dimensional Data - MDX

About

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

  • Microsoft Analysis Services,
  • and SAP BW.

Example

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

Powered by ComboStrap