DEGREES

Updated on

DEGREES is a DAX function that converts radians into degrees.

Syntax

DEGREES( Number )
Argument Properties Description
Number The angle in radians that you want to convert.
Empty

Example

Formula Description Result
= DEGREES(PI()) Degrees of pi radians 180

Other functions related to DEGREES are:

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

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