ACOSH is a DAX function that returns the inverse hyperbolic cosine of a number, requiring the number to be at least 1.
Syntax
ACOSH( Number )
Argument | Properties | Description |
---|---|---|
Number | Any real number equal to or greater than 1. |
ACOSH is a DAX function that returns the inverse hyperbolic cosine of a number, requiring the number to be at least 1.
ACOSH( Number )
Argument | Properties | Description |
---|---|---|
Number | Any real number equal to or greater than 1. |
Returns the inverse hyperbolic cosine 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 |
---|---|---|
= ACOSH(1) |
Inverse hyperbolic cosine of 1. | 0 |
= ACOSH(10) |
Inverse hyperbolic cosine of 10. | 2.993228 |
Other functions related to ACOSH are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy