DAX Function Guide

PI
Empty image or helper icon

Sam McKay

CEO & Founder

How does the PI work?
The PI function (DAX) returns the value of Pi, 3.14159265358979, accurate to 15 digits.
PI Formula Syntax

PI( )

How do you use the PI?

Pi is a mathematical constant. In DAX, you can used PI function to represent as a real number accurate to 15 digits, the same as Excel.

Related Blog Posts

Loading

Considerations when using the PI?

The PI function do not require any arguments, but always require parentheses to indicate the null argument. For example, you must always type PI(), not PI. You can also nest functions within other functions.

Related Video Tutorials

Loading

Formula examples using the PI

=PI()*([Radius]*2)

=PI()/2

=PI()/2

Related Courses

Loading