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. |
ATANH is a DAX function that returns the inverse hyperbolic tangent of a number, requiring the number to be between -1 and 1.
ATANH( Number )
Argument | Properties | Description |
---|---|---|
Number | Any real number between 1 and -1. |
Returns the inverse hyperbolic tangent of a number.
This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.
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:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy