ASINH is a DAX function that returns the inverse hyperbolic sine of a number.
Syntax
ASINH( Number )
| Argument | Properties | Description |
|---|---|---|
| Number | Any real number. |
ASINH is a DAX function that returns the inverse hyperbolic sine of a number.
ASINH( Number )
| Argument | Properties | Description |
|---|---|---|
| Number | Any real number. |
Returns the inverse hyperbolic sine 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 |
|---|---|---|
= ASINH(-2.5) |
Inverse hyperbolic sine of -2.5 | -1.647231146 |
= ASINH(10) |
Inverse hyperbolic sine of 10 | 2.99822295 |
Other functions related to ASINH are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy