SQRTPI

Updated on

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.

Return Values

Returns the square root of (number * pi).

Example

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:

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

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