Display $ and no currency sign for Local Currency

Hello @SamSPAIN,

Thank You for posting your query onto the Forum.

You can use the “FORMAT()” function to format your currencies in $. Just wrap the FORMAT() function around the SUM() part. So in general it’ll be like this -

Measure = 
Initial Criteria , 
FORMAT( SUM( 'OPEX Actuals'[Amount Budget Rate CY] ) , "$ #,##0.00" )

Note: When we make use of the “FORMAT()” function the figures get’s converted into the Text. I’m providing few of the links below pertaining to the queries asked for FORMAT() function. To view the entire post please click onto the link and not onto the “expand/collapse” button.

Hoping you find this useful and meets your requirements that you’ve been looking for. :slightly_smiling_face:

Thanks and Warm Regards,
Harsh

2 Likes