Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 977 Bytes

add-mdx.md

File metadata and controls

38 lines (27 loc) · 977 Bytes
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic ms.custom
+ (Add) (MDX)
+ (Add) (MDX)
kfollis
kfollis
kfollis
02/17/2022
sql
analysis-services
reference
mdx

+ (Add) (MDX)

Performs an arithmetic operation that adds two numbers.

Syntax

  
Numeric_Expression + Numeric_Expression  

Parameters

Numeric Expression
A valid Multidimensional Expressions (MDX) expression that returns a numeric value.

Return Value

A value with the data type of the parameter that has the higher precedence.

Remarks

Both expressions must be of the same data type, or one expression must be able to be implicitly converted to the data type of the other expression. If one expression evaluates to a null value, the operator returns the result of the other expression.

See Also

MDX Operator Reference (MDX)