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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. 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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

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.