Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Inside my report, the user uses a slicer to narrow down to a single specific project. It will then show data related to a single project and evaluate the project status based on a couple of indicators. It appears that when I try to report a number with the SELECTEDVALUE command I do not receive any previous formatting I made in the modeling tab. When I also try to manually apply a conversion inside the DAX I do not get the expected results. The SELECTEDVALUE remains a number. ROUND command works.
What is the proper way to perform this action?
Current Result: Billing was $2229.50 over the actual cost for the past 2 months.
Expected Result: Billing was $$2,229.50 over the actual cost for the past 2 months.
Current DAX Formula:
Measure 1 =
Solved! Go to Solution.
Hi,
Instead of your CURRENCY function, did you try with a FORMAT function ?
FORMAT(myvalue,"$ #,###.00")
Tell us if it works...
Have a nice day
Hi,
Instead of your CURRENCY function, did you try with a FORMAT function ?
FORMAT(myvalue,"$ #,###.00")
Tell us if it works...
Have a nice day
Thank you for your help. It worked and is exactly what I needed.
For Additional information and Options on the format fucntion:
Other use: FORMAT( 12345.67, "Currency")
Link: https://docs.microsoft.com/en-us/dax/pre-defined-numeric-formats-for-the-format-function
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 15 | |
| 8 | |
| 8 | |
| 8 |