DAX Function Guide

ASINH
Empty image or helper icon

Sam McKay

CEO & Founder

How does the ASINH 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?

The inverse hyperbolic sine is the value whose hyperbolic sine is number, so ASINH(SINH(number)) equals number. 

Related Blog Posts

Loading

Considerations when using the ASINH?

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

Loading

Formula examples using the ASINH

=ASINH(-2.5)

=ASINH(10)

=ASINH( A3 )

Related Courses

Loading