DAX Function Guide
ACOSH Function (DAX)
Sam McKay
CEO & Founder
How does the ACOSH Function (DAX) work?
ACOSH Function (DAX) Formula Syntax
ACOSH(<number>)
How do you use the ACOSH Function (DAX)?
This function will return the inverse hyperbolic cosine of a number.
The inverse hyperbolic cosine is a value whose hyperbolic cosine is a number, so that the ACOSH(COSH(number)) is equal to number.
Related Blog Posts
Loading
Considerations when using the ACOSH Function (DAX)?
The number used in the ACOSH function is required to be greater than or equal to 1.
Related Video Tutorials
Loading
Formula examples using the ACOSH Function (DAX)
=ACOSH (10)
= ACOSH(
ACOS(0.5)
)
= ACOSH(
COSH(1)
)
Related Courses
Loading