SQRTPI is a DAX function that returns the square root of (number multiplied by pi).
Syntax
SQRTPI( Number )
Argument | Properties | Description |
---|---|---|
Number | The number by which pi is multiplied. |
SQRTPI is a DAX function that returns the square root of (number multiplied by pi).
SQRTPI( Number )
Argument | Properties | Description |
---|---|---|
Number | The number by which pi is multiplied. |
Returns the square root of (number * pi).
Formula | Description | Result |
---|---|---|
= SQRTPI(1) |
Square root of pi. | 1.772454 |
= SQRTPI(2) |
Square root of 2 * pi. | 2.506628 |
Other functions related to SQRTPI are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy