Skip to content

Latest commit

 

History

History
51 lines (44 loc) · 3.33 KB

File metadata and controls

51 lines (44 loc) · 3.33 KB
title Functions (MDX Syntax) | Microsoft Docs
ms.custom
ms.date 03/02/2016
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
kbMDX
helpviewer_keywords
MDX [Analysis Services], functions
Multidimensional Expressions [Analysis Services], functions
functions [MDX]
ms.assetid 74ca5e79-1f33-4795-9d68-98eff9c190c1
caps.latest.revision 25
author Minewiskan
ms.author owend
manager erikre

Functions (MDX Syntax)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]

Multidimensional Expressions (MDX) has several categories of intrinsic functions to perform certain operations. The following table lists the function categories that are available in MDX.

Note

For more information about individual functions, see MDX Function Reference (MDX).

Function Category Description
Array functions Provide arrays for use in stored procedures.

For more information, see Using Stored Procedures (MDX).
Dimension functions Return a reference to a dimension from a hierarchy, level, or member.

For more information, see Using Dimension, Hierarchy, and Level Functions.
Hierarchy functions Return a reference to a hierarchy from a level or member.

For more information, see Using Dimension, Hierarchy, and Level Functions.
Level functions Return a reference to a level from a member, dimension, hierarchy, or from a string expression.

For more information, see Using Dimension, Hierarchy, and Level Functions.
Logical functions Perform logical operations and comparisons on objects and expressions.

For more information, see Using Logical Functions.
Member functions Return a reference to a member from other objects or from a string expression.

For more information, see Using Member Functions.
Numeric functions Perform mathematical and statistical functions on objects and expressions.

For more information, see Using Mathematical Functions.
Set functions Return a reference to a set from other objects or from a string expression.

For more information, see Using Set Functions.
String functions Return string values from other objects or from the server.

For more information, see Using String Functions.
Tuple functions Return a reference to a tuple from a set or from a string expression.

For more information, see Using Tuple Functions.

Uses of Functions

Functions can be used or included in any MDX expression. Functions can also be nested (one function used inside another function).

See Also

MDX Syntax Elements (MDX)