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. |
RADIANS is a DAX function that converts degrees to radians.
RADIANS( Number )
Argument | Properties | Description |
---|---|---|
Number | An angle in degrees that you want to convert. |
Empty
Formula | Description | Result |
---|---|---|
= RADIANS(270) |
270 degrees as radians (4.712389 or 3π/2 radians) | 4.712389 |
Other functions related to RADIANS are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy