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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
xreagornx
New Member

show values with comma instead of decimal

I have an excel file that contains data such as 2.0, 4.5, 4.6, etc. I am trying to show the data as 2,0. 4,5. 4,6. I have tried changing the regional location to french(france), germany, but it either doesnt work or makes the data show up as 20 instead. How can I use comma separators instead of decimals?

1 ACCEPTED SOLUTION

Hello, none of the solutions worked for me but I ended up finding my own solution 

View solution in original post

9 REPLIES 9
Anonymous
Not applicable

Hi @xreagornx,

 

Thanks @ryan_mayu, @rohit1991, @danextian  and @rajendraongole1 for Addressing the issue.

 

we would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.

 

Regards,
Vinay Pabbu

Hello, none of the solutions worked for me but I ended up finding my own solution 

Anonymous
Not applicable

Hi @xreagornx,

 

Can you please share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.

 

Regards,
Vinay Pabbu

Anonymous
Not applicable

Hi @xreagornx,

 

we would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.

 

Regards,
Vinay Pabbu

ryan_mayu
Super User
Super User

@xreagornx 

 

you can also try to replace comma in PQ

11.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




rohit1991
Super User
Super User

Hi @xreagornx ,
To display numbers with a comma as the decimal separator (e.g., 2,0 instead of 2.0) in Power BI, you need to ensure both your system and Power BI are aligned on regional settings. Simply changing the regional setting within Power BI Desktop may not be enough if the data is being interpreted incorrectly during import. 

 

First, go to File > Options and settings > Options > Regional Settings in Power BI and set the Locale to a region that uses commas as decimal separators, such as French (France) or German (Germany). Then, re-import your data to ensure it's parsed correctly. If the numbers are still being misread (like 2.0 becoming 20), make sure that in your Excel file, the values are stored as numbers and not as text. Also, check that your Windows regional settings (Control Panel > Region) match the desired format, as Power BI can inherit these. 

 

Finally, format the field in Power BI by selecting the column and choosing the proper number format under the Modeling tab. This combined approach should correctly display your decimals with commas.

 

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

Hi @xreagornx  - Hope you have changed in below options and settings from file.

 

File → Options and Settings → Options

Under Regional Settings → Choose French (France) or a locale that uses commas

Reload your model

the above one is one option. 

 

second should, f you just want to show it as text with a comma:

Formatted Value = SUBSTITUTE(FORMAT([YourNumber], "0.0"), ".", ",")

 

Hope this helps.

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





I still need the column to be numerical. So what I did was change my locale on my computer in control panel. 

Here https://gyazo.com/c3d0e5dad331152e017555f9364c66f8

My data in power bi looks like right https://gyazo.com/0fe78ea35e5a7232a9ee2fdf4a955d16

But when I bring in data labels for my chart, it still uses decimals. https://gyazo.com/d3f3bb684a095605212d033165107539

 

Hi @xreagornx,

As @rajendraongole1 mentioned, go to Power BI Desktop options, not control panel.

danextian_0-1743919865920.png

 

 

 

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.

Top Solution Authors