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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Echoy51
Frequent Visitor

Inconsistent Date Format

Hi All,

 

I encounter a trouble with date format after publishing my report to the web. In my own desktop PowerBI, all dates are formatted to dd/mm/yyyy and all dates are shown correctly, similarly to the preview version.

 

However, after I published it to the website, my colleagues viewed inconsistent date formats as mm/dd/yyyy like below image:

Echoy51_0-1738111077388.png

What might cause this issue? How to make them view these dates formatting as dd/mm/yyyy?

 

Many thanks,

 

Echo

2 ACCEPTED SOLUTIONS
shafiz_p
Super User
Super User

Hi @Echoy51 
This is due to differences in regional settings between your local environment and the web environment. You could try the below steps to fix this:

Firstly, ensure that the date format in your source data is set correctly. You can check this in the Power Query Editor in Power BI.

 

Check Power BI Service Settings:

  • Open Power BI Service (app.powerbi.com) and go to Settings (top-right corner > gear icon).
  • Ensure the Language setting is set to match your locale

shafiz_p_0-1738127380160.png


Browser Language Setting:

Google Chrome

  1. Click on the three dots (⋮) in the top-right corner of the browser.
  2. Select Settings.
  3. Scroll down and click on Languages.
  4. Click on Add languages to add your preferred language.
  5. Click on the three dots (⋮) next to your preferred language and select Display Google Chrome in this language.
  6. Restart Chrome to apply the changes.

shafiz_p_1-1738127666319.png

 

If this not solve your problem, use Dax Format Function to explicityly format date column to your desired format.

FormattedDate = FORMAT([DateColumn], "DD/MM/YYYY")

 

 

Hope this helps!!

If this solved your problem, please accept it as a solution and a kudos!!

 

Best Regards,
Shahariar Hafiz

View solution in original post

Uzi2019
Super User
Super User
3 REPLIES 3
Uzi2019
Super User
Super User

shafiz_p
Super User
Super User

Hi @Echoy51 
This is due to differences in regional settings between your local environment and the web environment. You could try the below steps to fix this:

Firstly, ensure that the date format in your source data is set correctly. You can check this in the Power Query Editor in Power BI.

 

Check Power BI Service Settings:

  • Open Power BI Service (app.powerbi.com) and go to Settings (top-right corner > gear icon).
  • Ensure the Language setting is set to match your locale

shafiz_p_0-1738127380160.png


Browser Language Setting:

Google Chrome

  1. Click on the three dots (⋮) in the top-right corner of the browser.
  2. Select Settings.
  3. Scroll down and click on Languages.
  4. Click on Add languages to add your preferred language.
  5. Click on the three dots (⋮) next to your preferred language and select Display Google Chrome in this language.
  6. Restart Chrome to apply the changes.

shafiz_p_1-1738127666319.png

 

If this not solve your problem, use Dax Format Function to explicityly format date column to your desired format.

FormattedDate = FORMAT([DateColumn], "DD/MM/YYYY")

 

 

Hope this helps!!

If this solved your problem, please accept it as a solution and a kudos!!

 

Best Regards,
Shahariar Hafiz

Thank you. I changed other users' language setting and it worked!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.

Top Solution Authors
Top Kudoed Authors