ATANH Function (DAX)
How does the ATANH function (DAX) work?
The ATANH function returns the inverse hyperbolic tangent of a number. The inverse hyperbolic tangent is the value whose hyperbolic tangent is number, so ATANH(TANH(number)) equals number.
ATANH Formula Syntax
ATANH(
number
)
How do you use the ATANH function?
The ATANH has Number as its argument, which should be any real number between 1 and -1.
Related Blog Posts
Related Support Forum Posts
Calculation for Related Column in Calculated Column
Calculated Column vs Calculated Table vs <other>
Filtering in one column and ignoring filter on another
Considerations when using the ATANH function
Upon successful completion, the ATANH function will return the inverse hyperbolic tangent of their argument.
Related Video Tutorials
Formula examples using the ATANH function
=ATANH(0.76159416)
=ATANH(-0.1)
=ATANH( A2 )