Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
21 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |