Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 668 Bytes

File metadata and controls

32 lines (22 loc) · 668 Bytes
title + (Positive) (MDX)
description + (Positive) (MDX)
ms.date 02/17/2022
ms.service sql
ms.subservice analysis-services
ms.topic reference
ms.custom mdx

+ (Positive) (MDX)

Performs a unary operation that returns the positive value of a numeric expression.

Syntax

  
+ Numeric_Expression  

Parameters

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

Return Value

A positive value that has the data type of the specified parameter.

See Also

MDX Operator Reference (MDX)