DEGREES function



Description

Converts an angle in radians to degrees.

DAX DEGREES function is new in Excel 2016.

Syntax

DEGREES (<angle>) 

Parameters

Sr.No. Parameter & Description
1

angle

The angle in radians that you want to convert.

Return Value

Angle in degrees.

Example

= DEGREES (1.5) returns 85.9436692696235. 
= DEGREES (0.525) returns 30.0802842443682. 
dax_functions_mathematical_trigonometric.htm
Advertisements