CONVERT is a DAX function that converts an expression to a specified data type.
Syntax
CONVERT(
Expression,
DataType
)
Argument | Properties | Description |
---|---|---|
Expression | An expression which needs to be converted. | |
DataType | An enumeration that includes: INTEGER, DOUBLE, STRING, BOOLEAN, CURRENCY, DATETIME. |