Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
smmcqueen
Frequent Visitor

Power BI Report Builder Not Formatting Numbers (Currency) Correctly

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.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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:

vjianpengmsft_0-1736214305669.png

vjianpengmsft_1-1736214334238.png

Format this column as currency:

vjianpengmsft_2-1736214367964.png

vjianpengmsft_3-1736214393201.png

Here are the results:

vjianpengmsft_4-1736214488255.png

 

 

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.

 

 

 

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

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:

vjianpengmsft_0-1736214305669.png

vjianpengmsft_1-1736214334238.png

Format this column as currency:

vjianpengmsft_2-1736214367964.png

vjianpengmsft_3-1736214393201.png

Here are the results:

vjianpengmsft_4-1736214488255.png

 

 

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.

rohit1991
Super User
Super User

To fix currency formatting in Power BI Report Builder:

  1. Set Format in Properties: Select the column, go to Properties, and set Format to C or $#,0.00.
  2. Verify Dataset: Ensure numbers are not text in the dataset.
  3. Check Regional Settings: Ensure File > Options > Regional Settings match your currency format.
  4. Test Output: Preview and export to confirm formatting works.

This should resolve your issue.


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.