SQRT Function (DAX)
Returns the square root of a number.
SQRT(<number>)
Parameters
| Term | Definition |
|---|---|
| number | The number for which you want the square root, a column that contains numbers, or an expression that evaluates to a number. |
A decimal number.
If the number is negative, the SQRT function returns an error.
The following formula returns 5.
=SQRT(25)
Community Additions
ADD
Show: