ACOSH

Updated on

ACOSH is a DAX function that returns the inverse hyperbolic cosine of a number, requiring the number to be at least 1.

Syntax

ACOSH( Number )
Argument Properties Description
Number Any real number equal to or greater than 1.

Return Values

Returns the inverse hyperbolic cosine 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
= ACOSH(1) Inverse hyperbolic cosine of 1. 0
= ACOSH(10) Inverse hyperbolic cosine of 10. 2.993228

Other functions related to ACOSH are:

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

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