DAX Function Guide

TAN
Empty image or helper icon

Sam McKay

CEO & Founder

How does the TAN work?
The TAN function (DAX) returns the tangent of the given angle.
TAN Formula Syntax

TAN(
     number
)

How do you use the TAN?

The TAN function expects radians. To supply an angle to TAN in degrees, multiply the angle by PI()/180 or use the RADIANS function to convert to radians.

Related Blog Posts

Loading

Considerations when using the TAN?

If your argument is in degrees, multiply it by PI()/180 or use the RADIANS function to convert it to radians.

Related Video Tutorials

Loading

Formula examples using the TAN

=TAN(0.785)

=TAN(45*PI()/180)

=TAN(RADIANS(45))

Related Courses

Loading