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. |
DEGREES is a DAX function that converts radians into degrees.
DEGREES( Number )
Argument | Properties | Description |
---|---|---|
Number | The angle in radians that you want to convert. |
Empty
Formula | Description | Result |
---|---|---|
= DEGREES(PI()) |
Degrees of pi radians | 180 |
Other functions related to DEGREES are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy