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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
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.