LN

LN

Description:

This function returns the natural log of the mentioned scalar value.

Syntax:

LN(Scalar_Expression)

Return Type:
SCALAR

Parameters:

Parameter

Description

Parameter

Description

Scalar_Expression

It is a valid MDX expression that returns a scalar value.

Example:

WITH MEMBER [Measures].[Result] AS LN([Measures].[Sales]) SELECT [Measures].[Result] ON 0 FROM [AdventureWorksMF]

 

Copyright Kyvos, Inc. 2025. All rights reserved.