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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
ManchevB
Helper II
Helper II

Possible Localization issue

Hello everyone,

 

a colleague from Belgium and I are working on a Power BI report that uses Excel files stored on SharePoint. In one of the data sources, we have a table containing a Won/Lost date (dd/mm/yyyy) and an incremental value for opportunities.

The issue is that I can refresh the report without any problems—the numbers and dates appear in the correct format—whereas my colleague sees them differently, even though we are using the exact same report. Inside that table, there is a Change Locale step set to English (US) for both of us.

 

At first, we thought this was a formatting issue, but now we suspect it may be a localization problem on my colleague’s side.

 

We tried removing all “Change Type” steps for that column, and we also tried converting the format to text and then to a decimal number, but he still sees incorrect values while everything looks correct for me.

I would really appreciate any guidance on what direction to take next.

 

Here is what I see ( correct outlook )

 

ManchevB_0-1771867967579.png

 

 

Here what my Belgian colleague sees:

 

ManchevB_1-1771868034192.png

 

I tried multiple workaround but nothing would resolve and frankly haven't seen such a problem previously

 

Many thanks for your contribution.

 

B

 

 
1 ACCEPTED SOLUTION

Hi @ManchevB ,

I tried from end with sample data. It is working fine. Please refer below snap.

 

vdineshya_0-1772544925628.png

 

It appears this issue might require deeper investigation from the Microsoft  Fabric support team. I recommend opening a Microsoft support ticket so they can trace the issue. To raise a support ticket for Fabric and Power BI, kindly follow the steps outlined in the following guide:

How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn

 

Regards,

Dinesh

View solution in original post

8 REPLIES 8
v-dineshya
Community Support
Community Support

Hi @ManchevB ,

Thank you for reaching out to the Microsoft Community Forum.

 

Please try below workarounds.

 

1.  Please enable below settings.

 

File --> Options and Settings --> Options --> Regional Settings --> English (United States)

 

vdineshya_0-1772009578122.png

 

2.   Please replace your type conversion with below explicit M code.

 

#"Converted with Locale" =
Table.TransformColumnTypes(
PreviousStep,
{{"Incremental Value", type number}},
"en-US"
)

 

I hope this information helps. Please do let us know if you have any further queries.

 

Regards,

Dinesh

Hi @ManchevB ,

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.

 

Regards,

Dinesh

We tried as you recomended and still my colleague is seeing the wrong numbers. As soon as he opens the report and does a refresh, the format changes.. . 

Hi @ManchevB ,

I tried from end with sample data. It is working fine. Please refer below snap.

 

vdineshya_0-1772544925628.png

 

It appears this issue might require deeper investigation from the Microsoft  Fabric support team. I recommend opening a Microsoft support ticket so they can trace the issue. To raise a support ticket for Fabric and Power BI, kindly follow the steps outlined in the following guide:

How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn

 

Regards,

Dinesh

Hi @v-dineshya thanks for the guidance, I will look into that option. 

Hi @ManchevB ,

As you mentioned in your previous response you are working on suggested solution. Once you have done, please do let us know.

 

Regards,

Dinesh

cengizhanarslan
Super User
Super User

If your source is dd/mm/yyyy, don’t use English (US). Use English (United Kingdom-or other depending on your need) (or another dd/mm culture).

  • In Power Query: right-click the column → Change Type → Using Locale… → Type = Date, Locale = English (United Kingdom).

Or hard-code it (most deterministic):

= Table.TransformColumns(
    #"Previous Step",
    {{"Won/Lost Date", each Date.FromText(_, "en-GB"), type date}}
)

 

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.
Stachu
Community Champion
Community Champion

Hello

Belgium uses comma as decimal separator, that may be causing the issue.

If the column has numeric type in Excel it It should work out of the box though, do you do any parsing on that column? If yes, you can create parameter/query which would store the relevant separator, and use it in your parsing.



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.