--- title: "+ (Add) (DMX) | Microsoft Docs" ms.date: 06/07/2018 ms.prod: sql ms.technology: analysis-services ms.custom: dmx ms.topic: conceptual ms.author: owend ms.reviewer: owend author: minewiskan --- # + (Add) (DMX) [!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.md)] Performs an arithmetic operation that adds two numbers together. ## Syntax ``` Numeric_Expression + Numeric_Expression ``` #### Parameters *Numeric_Expression* A valid Data Mining Extensions (DMX) expression that returns a numeric value. ## Return Value A value that has 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 [Arithmetic Operators (DMX)](../dmx/operators-arithmetic.md) [Data Mining Extensions (DMX) Operator Reference](../dmx/data-mining-extensions-dmx-operator-reference.md) [Operators (DMX)](../dmx/operators-dmx.md)