CONVERT

CONVERT Converts an expression of one data type to another.


Syntax

CONVERT(Expression, Datatype)

Parameters

Expression – Any valid expression.

Datatype – An enumeration that includes: INTEGER(Whole Number), DOUBLE(Decimal Number), STRING(Text), BOOLEAN(True/False), CURRENCY(Fixed Decimal Number), DATETIME(Date, Time, etc).

Return Value

Returns the value of , translated to .


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Other Functions / CONVERT