SINH is a DAX function that returns the hyperbolic sine of a number.
Syntax
SINH( Number )
Argument | Properties | Description |
---|---|---|
Number | Any real number. |
SINH is a DAX function that returns the hyperbolic sine of a number.
SINH( Number )
Argument | Properties | Description |
---|---|---|
Number | Any real number. |
Returns the hyperbolic sine of a number.
The formula for the hyperbolic sine is:
This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.
Probability of obtaining a result of less than 1.03 seconds.
= 2.868*SINH(0.0342*1.03)
Returns, 0.1010491
Other functions related to SINH are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy