DAX Math & Trigonometric RADIANS function



Description

Converts degrees to radians. DAX RADIANS function is new in Excel 2016.

Syntax

RADIANS (<angle>) 

Parameters

Sr.No. Parameter & Description
1

angle

An angle in degrees that you want to convert.

Return Value

Angle in radians.

Example

= RADIANS (30) returns 0.523598775598299. 
= RADIANS (55) returns 0.959931088596881. 
dax_functions_mathematical_trigonometric.htm
Advertisements