ASINH

Updated on

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

Syntax

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

Return Values

Returns the inverse hyperbolic sine of a number.

Remarks

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

Example

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:

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

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