Syntax
FIXED(<number>, <decimals>, <no_commas>)
Tutorial with example
In this video we will go through the DAX function FIXED.
The FIXED DAX function allows you to convert an number into text while keeping the numbering format.
Download example file:
Not available
Remarks
- If the value used for the decimals parameter is negative, number is rounded to the left of the decimal point.If you omit decimals, it is assumed to be 2.If no_commas is 0 or is omitted, then the returned text includes commas as usual.The major difference between formatting a cell containing a number by using a command and formatting a number directly with the FIXED function is that FIXED converts its result to text. A number formatted with a command from the formatting menu is still a number.
This DAX function is not supported for use in DirectQuery mode.
Was this helpful?
Leave a Reply