DAX Function Guide

SQRTPI
Empty image or helper icon

Sam McKay

CEO & Founder

How does the SQRTPI work?
The SQRTPI function (DAX) returns the square root of (number * pi).
SQRTPI Formula Syntax

SQRTPI(
     number
)

How do you use the SQRTPI?

This function is used to return the square root of the pi constant (3.14159265358979) multiplied by the specified number.

Related Blog Posts

Loading

Considerations when using the SQRTPI?

Sqrtpi Function Errors

If you get an error from the SQRTPI Function, this is likely to be one of the following: Common Errors

#NUM! Occurs if the supplied number is < 0.
#VALUE! Occurs if the supplied number argument is non-numeric.
Related Video Tutorials

Loading

Formula examples using the SQRTPI

=SQRTPI(2)

=SQRTPI(1)

=SQRTPI( 100 )

Related Courses

Loading