Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Numeric expression to apply the mathematical ABSs operation to.

Example

Code Block
languagejson
WITH MEMBER [Measures].[Result] AS ABS([Measures].[Sales]) SELECT [Measures].[Result] ON 0 FROM [AdventureWorksMF]