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. |
SQRT is a DAX function that returns the square root of a number.
SQRT( Number )
Argument | Properties | Description |
---|---|---|
Number | The number for which you want the square root. |
A decimal number.
If the number is negative, the SQRT function returns an error.
The following formula,
= SQRT(25)
Other functions related to SQRT are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy