ATANH

Updated on

ATANH is a DAX function that returns the inverse hyperbolic tangent of a number, requiring the number to be between -1 and 1.

Syntax

ATANH( Number )
Argument Properties Description
Number Any real number between 1 and -1.

Return Values

Returns the inverse hyperbolic tangent of a number.

Remarks

This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.

Example

Formula Description Result
= ATANH(0.76159416) Inverse hyperbolic tangent of 0.76159416 1.00000001
= ATANH(-0.1) -0.100335348

Other functions related to ATANH are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/atanh-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy