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
jaryszek
Impactful Individual
Impactful Individual

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

jaryszek
Impactful Individual
Impactful Individual

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
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
Top Kudoed Authors