FORMAT DAX Function (Text)
Converts a value to text in the specified number format.
Syntax
Parameter | Attributes | Description |
---|---|---|
Value |
A number, or a formula that evaluates to a numeric value. |
|
Format |
A number format that you specify. |
Return values
A string containing Value formatted as defined by Format string.
The result is always a string, even when the value is blank.
Remarks
For information on how to use the Format string parameter:
- Numbers: Use predefined numeric formats or create custom numeric formats.
- Dates and times: Use predefined date/time formats or create user-defined date/time formats.
The format strings supported as an argument to the DAX FORMAT function are based on the format strings used by Visual Basic (OLE Automation), not on the format strings used by the .NET Framework. Therefore, you might get unexpected results or an error if the argument does not match any defined format strings. For example, “p” as an abbreviation for “Percent” is not supported. Strings that you provide as an argument to the FORMAT function that are not included in the list of predefined format strings are handled as part of a custom format string, or as a string literal.
Last update: Dec 13, 2019 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo, Ed Hansberry
MSDN documentation: https://docs.microsoft.com/en-us/dax/format-function-dax