SQRT

Updated on

SQRT is a DAX function that returns the square root of a number.

Syntax

SQRT( Number )
Argument Properties Description
Number The number for which you want the square root.

Return Values

A decimal number.

Remarks

If the number is negative, the SQRT function returns an error.

Example

The following formula,

= SQRT(25)

Other functions related to SQRT are:

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

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