DOLLARDE is a DAX function that converts a dollar price expressed as an integer and fraction into a decimal number.
Syntax
DOLLARDE(
Fractional_dollar,
Fraction
)
Argument | Properties | Description |
---|---|---|
Fractional_dollar | A number expressed as an integer part and a fraction part, separated by a decimal symbol. | |
Fraction | The integer to use in the denominator of the fraction. |