FORMAT

FORMAT Converts a value to text according to the specified format.


Syntax

FORMAT(value, format_string)

Parameters

value – A value or expression that evaluates to a single value.
format_string – A string with the formatting template.

Return Value

A string containing value formatted as defined by format_string.


Reference Data

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

DAX Functions / Text Functions / FORMAT