COSH is a DAX function that returns the hyperbolic cosine of a number.
Syntax
COSH( Number )
Argument | Properties | Description |
---|---|---|
Number | Any real number for which you want to find the hyperbolic cosine. |
COSH is a DAX function that returns the hyperbolic cosine of a number.
COSH( Number )
Argument | Properties | Description |
---|---|---|
Number | Any real number for which you want to find the hyperbolic cosine. |
The hyperbolic cosine of a number.
The formula for the hyperbolic cosine is:
This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.
DAX expression | Description | Result |
---|---|---|
= COSH(4) |
Hyperbolic cosine of 4 | 27.308233 |
= COSH(EXP(1)) |
Hyperbolic cosine of the base of the natural logarithm. | 7.6101251 |
Other functions related to COSH are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy