Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Greetings!
I have table visual with several number columns that I need formatted as currency with a thousands comma separator. However, I when I select the options in the quick format poriton of the ribbon, nothing happens. Furthermore, when I try to apply these options individually at the column level, the sample output is displayed correctly, but the report output is incorrect (just a number with no currency symbol or thousand separator, only a decimal). Any help is greatly appreciated.
Solved! Go to Solution.
Thank you rohit1991
Hi, @smmcqueen
I think your column behaves as text in Report builder, so the currency symbol doesn't appear.
First, edit the expression for this column:
Format this column as currency:
Here are the results:
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you rohit1991
Hi, @smmcqueen
I think your column behaves as text in Report builder, so the currency symbol doesn't appear.
First, edit the expression for this column:
Format this column as currency:
Here are the results:
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The issue was that it was being read as text. I wound up fixing the problem using the CInt() function.
To fix currency formatting in Power BI Report Builder:
This should resolve your issue.
User | Count |
---|---|
6 | |
3 | |
3 | |
2 | |
2 |
User | Count |
---|---|
10 | |
3 | |
3 | |
2 | |
2 |