SINH

Updated on

SINH is a DAX function that returns the hyperbolic sine of a number.

Syntax

SINH( Number )
Argument Properties Description
Number Any real number.

Return Values

Returns the hyperbolic sine of a number.

Remarks

  • The formula for the hyperbolic sine is:

    SINH(z)=ezez2

  • This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.

Example

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:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/sinh-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy