DAX Function Guide

COS
Empty image or helper icon

Sam McKay

CEO & Founder

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

COS(
     number
)

How do you use the COS?

The COS function is used to return a cosine value.

Related Blog Posts

Loading

Considerations when using the COS?

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

Related Video Tutorials

Loading

Formula examples using the COS

=COS(1.047)

=COS(60*PI()/180)

=COS(RADIANS(60))

Related Courses

Loading