DEGREES Function (DAX)
How does the DEGREES function (DAX) work?
The DEGREES function (DAX) converts radians into degrees.
DEGREES Formula Syntax
DEGREES(
angle
)
How do you use the DEGREES function?
The DEGREES function used the data in the row as a reference and converted them into degrees.
Related Blog Posts
Related Support Forum Posts
Switch True with measure between range values
Cohort Analysis – Higher Education Style
Nested If Statement Formula Issue
Considerations when using the DEGREES function
The DEGREES function uses the following argument:
1. Angle (required argument) – This is the angle in radians that we wish to convert to degrees.
Related Video Tutorials
Formula examples using the DEGREES function
=DEGREES(PI())
=DEGREES(X9)
=DEGREES(B5)