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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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
Community Champion
Community Champion
3 REPLIES 3
Uzi2019
Community Champion
Community Champion

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 and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors