Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.13 KB

File metadata and controls

57 lines (38 loc) · 2.13 KB
title Supported MDX (MDX) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology analysis-services
ms.topic conceptual
helpviewer_keywords
MDX [Analysis Services], statements
MDX [Analysis Services], functions
ms.assetid 308bc0b3-4fd6-4435-972b-5e40d9e3c99b
author minewiskan
ms.author owend
manager craigg

Supported MDX (MDX)

The following statements and functions are supported within Multidimensional Expressions (MDX) Script:

(Comment) (MDX)

-- (Comment) (MDX)

Comment (MDX)

ALTER CUBE Statement (MDX)

Note

Only altering the default member is supported in MDX Scripting.

CALCULATE Statement (MDX)

CASE Statement (MDX)

CREATE CELL CALCULATION Statement (MDX)

CREATE MEMBER Statement (MDX)

CREATE SET Statement (MDX)

EXISTING Keyword (MDX)

FREEZE Statement (MDX)

IF Statement (MDX)

This (MDX)

Note

MDX supports assignment to the following cell properties: BACK_COLOR, FORE_COLOR, FORMAT_STRING, FONT_FLAGS, FONT_NAME, and FONT_SIZE. For more information, see Using Cell Properties (MDX). MDX also supports assignment to the NON_EMPTY_BEHAVIOR property of the CREATE MEMBER statement.

SCOPE Statement (MDX)

See Also

The Basic MDX Script (MDX)