ASINH Function (DAX)
How does the ASINH function (DAX) work?
As a math and trigonometry function, the ASINH function (DAX) is used to return the inverse hyperbolic sine of a number.
ASINH Formula Syntax
ASINH(
number
)
How do you use the ASINH function?
The inverse hyperbolic sine is the value whose hyperbolic sine is number, so ASINH(SINH(number)) equals number.
Related Blog Posts
Related Support Forum Posts
SUMX not calculating correctly
Cumulative Total with a measure branched measure that utilises TREATAS
Grand total of branch measure
Considerations when using the ASINH function
When the number is positive, ASINH returns a positive number; but when the number is negative, the function returns a negative number.
Related Video Tutorials
Formula examples using the ASINH function
=ASINH(-2.5)
=ASINH(10)
=ASINH( A3 )