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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
jaryszek
Post Prodigy
Post Prodigy

Relationships view showing local date instad of en-US

Hi Guys,

in relationships view I have:

jaryszek_0-1747130735570.png

 

and in power query i have:

= Table.TransformColumnTypes(Source,{{"Month", type date}, {"ResourceId", type text}, {"Cost", type number}}, "en-US")

 

so as you can see i converted column data types to en-US. 

Why i see in relationships view still polish ones? If this is working properly?

Best,
Jacek

 

1 ACCEPTED SOLUTION

@jaryszek ,
Exactly this is a good habit. HOWEVER, you only have to do this for the columns which are actually used in the visuals of the reports (otherwise this can become very time consuming).

View solution in original post

4 REPLIES 4
v-pnaroju-msft
Community Support
Community Support

Thankyou, @daircom, for your response.

Hi @jaryszek,

We appreciate your inquiry through the Microsoft Fabric Community Forum.

Based on my understanding, Power BI differentiates between Data Type, which is managed in Power Query (impacting storage and calculations), and Data Format (Display Locale), which is managed in Model View (affecting the visual and textual display in reports and relationship views).

When you change the locale in Power Query (for example, to "en-US"), it influences parsing and type conversion. However, the display format in the report or model view follows the system or model culture settings, and not the Power Query locale.

The data type is correctly set by your Power Query step. Nevertheless, the display format in Power BI's model and relationship views must be configured manually in the Model View.
Optionally, you may set the model’s default locale to en-US by navigating to:
File > Options and Settings > Options > Regional Settings.

If you find our response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other members of the community facing similar queries.

Should you have any further questions, please feel free to contact the Microsoft Fabric community.

Thank you.

 

daircom
Resolver II
Resolver II

Hi @jaryszek ,

 

I think the actual data type is correct, but the data formatting is not --> I think what you did was correct: the actual data type is US locale (as your formula is applied correctly). But I think the data formatting which you assign at the front-end was not automatically overwritten. So just go to the modelling view and adjust the format (see highlighted in blue).

 

Thus: the data type is correct, the data formatting not.

 

daircom_0-1747139984041.png

Thank you, so this is a good habit to change also data formatting front-end for each column together with power query? Like manually adjust table after importing? 

@jaryszek ,
Exactly this is a good habit. HOWEVER, you only have to do this for the columns which are actually used in the visuals of the reports (otherwise this can become very time consuming).

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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