RADIANS

Updated on

RADIANS is a DAX function that converts degrees to radians.

Syntax

RADIANS( Number )
Argument Properties Description
Number An angle in degrees that you want to convert.
Empty

Example

Formula Description Result
= RADIANS(270) 270 degrees as radians (4.712389 or 3π/2 radians) 4.712389

Other functions related to RADIANS are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/radians-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy