CURRENCY

CURRENCY Evaluates the argument and returns the result as currency data type.


Syntax

CURRENCY(value)

Parameters

Value – Any DAX expression that returns a single scalar value where the expression is to be evaluated exactly once before all other operations.

Return Value

The value of the expression evaluated and returned as a currency type value.


Reference Data

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

DAX Functions / Math and Trig Functions / CURRENCY