DAX Math & Trigonometric - SQRTPI function



Description

Returns the square root of (number * pi). DAX SQRTPI function is new in Excel 2016.

Syntax

SQRTPI (<number>)

Parameters

Sr.No. Parameter & Description
1

number

The number by which pi is multiplied.

Return Value

A real number.

Example

= SQRTPI (5) returns 3.96332729760601. 
= SQRTPI (1) returns 1.77245385090552. 
dax_functions_mathematical_trigonometric.htm
Advertisements