logo
For Power BI
  • Products
    • Drill Down Donut Pro Drill Down Donut PRO
    • Drill Down Pie Pro Drill Down Pie PRO
    • Drill TimeSeries Pro Drill Down TimeSeries PRO
    • Drill Combo Pro Drill Down Combo PRO
    • Drill Map Pro Drill Down Map PRO
    • Drill Scatter Pro Drill Down Scatter PRO
    • Drill Down Network Pro Drill Down Network PRO
    • Drill Down Waterfall Pro Drill Down Waterfall PRO
    • Drill Down Graph Pro Drill Down Graph PRO
    • Drill Down Timeline Pro Drill Down Timeline PRO
    • Drill Down Combo Bar PRO Drill Down Combo Bar PRO
    • Drill Down Line PRO Drill Down Line PRO

    Video tutorials

    Watch Now

    More than 90 videos on how to enhance Power BI with ZoomCharts

    Learn more
    All visuals
  • Resources

      Resources

    • Documentation
    • Report Examples
    • Blog
    • Webinars
    • Video Tutorials
    • Visuals Gallery

    Support

    • ZoomCharts Assistance
    • Contact Sales
    • Contact Support
    • FAQ

    Challenges

    Challenges

    Improve your report creation skills by participating in free challenges for report creators.

    Learn more
    Start trial
  • Services
    • Power BI Report Development
    • Custom Visual Development
  • Challenges
  • Pricing
Request a quote Start Free Book a Demo Sign in
Request a quote Start Free Book a Demo Sign in
Get it now
Go back

Contents

Go back

Aug 14, 2025

Fixing Date Format Errors in Power BI: A Step-by-Step Guide

When working with Power BI, especially across international datasets, one of the most common (and frustrating) issues developers encounter is data format errors.

Title image
Title image

When working with Power BI, especially across international datasets, one of the most common (and frustrating) issues developers encounter is data format errors.

Contents

Share this article

Date format errors usually occur due to differences in regional date conventions (for example, DD.MM.YYYY in Europe, MM-DD-YYYY in the US, and YYYY/MM/DD in Asia). In this guide, we will show you how to quickly resolve Power BI date issues with a simple trick: “Change Type with Locale” in Power Query.

Common Problem: Date Format Mismatches in Power BI

Many datasets originate from different regions, and the date notation in each data source may be different due to regional conventions. For example, your Paris HQ may write “August 12, 2025” as 12.08.2025, whereas the data from your New York HQ has it like 08-12-2025, and Tokyo HQ notates it as 2025/12/08. Which is August 12, and which is December 8?

When merging international datasets together, Power BI may be just as confused by the mismatched date formats as you are, so it may result in:

  • Misinterpreted dates or errors
  • Incorrect column formats (Text instead of Date or DateTime)
  • Broken visuals if they rely on datetimes.

Solution: Convert Date Columns Using Locale

Power BI provides a smart workaround using locale settings in Power Query to interpret columns according to the correct regional format. In just a few clicks, the entire column will have an unified datetime format using your selected regional notation.

Video Tutorial: Change Type with Locale in Power Query

This video is a clip from our “Crime Analysis Power BI Report Workshop” webinar. Our resident Power BI report design expert Aivis often shares useful tips like this, so we recommend subscribing to ZoomCharts YouTube channel!  

Step-By-Step Instructions for Power BI Date Format Fix

Step 1: Open Power Query Editor

In Power BI Desktop, click on Transform Data, located in the Home tab of the top ribbon.

Click Transform Data in Power BI to open Power Query Editor

Step 2: Highlight Affected Columns

Select the columns with mismatched date formats (e.g. “Start Date”, “End Date”, etc.) by clicking on their column headers.

Step 3: Right Click -> Change Type -> Using Locale

The context menu will offer many different types – but instead of Date/Time, select Using Locale… instead.

Power Query: Change Type using Locale

Step 4: Set the Correct Data Type and Locale

Once you select Using locale…, a new popup dialog will appear. There, set the data type to Date or Date/Time, and select the locale for the origin of your data. For example, if the data comes from USA, set to English (United States). This way, Power Query will know the origin locale of the data source and will know how to correctly interpret each date notation when merging multiple data sources from different regions together.

Power Query: Change Type using Locale dialog screen

Step 5: Click OK and Validate

Your date values should now convert properly without errors. For example, it will parse 1/08/2025 as January 8, not August 1, because it now knows that the locale that you set is United States so it should be read using MM/DD/YYYY.

Input Locale vs. Output Locale

  • Input Locale is how the data was formatted originally. What we adjusted now in Power Query is the input locale; it’s so that it can interpret them correctly.
  • Output Locale is how the data is displayed to the user, and the steps above did not affect that. It’s dependent on the users’ locale settings in Power BI – for example, if the user is in France, “August 12, 2025” will be displayed as “12 août 2025”.

Final Thoughts

Power BI date format errors are one of the most annoying things, and the Change Type with Locale method is the quickest and easiest way to avoid issues – especially when working with multiple data sources with different regional date notations. Now, your date columns will be parsed correctly, and you can properly visualize them in your reports. For example, with our Timeline PRO visual, which will make it easy to drill down based on your datetime hierarchy – try it now!

Power BI Timeline Chart

FAQ

Why do my date columns show as text in Power BI?

This often happens because Power BI cannot automatically detect the correct date format due to mismatched locale settings or different date formats within the dataset.

Should I always change the locale when importing data?

The Change Type with Locale method should be used only if you encounter mismatched date formats or errors due to different locales; in most cases, Power BI should handle datetimes without any issues.

What if I want to display dates in a different format for users?

What we described above will only affect input locale. If you want to alter output locale, which is how they are displayed to the user, you can apply custom formatting with DAX or within visual settings; otherwise they will be displayed using the user’s regional date format.

Can I automate this for all reports?

You can set the default locale for all new reports under Options -> Regional Settings for consistency.

 

envelope icon

Want more info like this?

Subscribe to our newsletter and be the first to read our latest articles and expert data visualization tips!


Find out more

Mar 29, 2023

Blog Thumbnail
Pro reports

Top 10 Power BI Tips and Tricks for Better Reports

No matter how experienced you are at report creation, there will always be some Power BI tips and tricks that you can use to improve even further. In this article, we’ll share some of our favorite bits of knowledge that you can use when creating reports!

Jun 20, 2022

Blog Thumbnail

ZoomCharts Receives EU Funding for New Product Development

The co-financing initiative will ensure the attraction of highly skilled specialists and speed up the development of 3 brand-new custom visuals for Power BI. The work has begun, and the team plans to launch the new visualizations within a year.  

Mar 08, 2023

Blog Thumbnail

Is hiring Power BI experts for report overhaul worth it?

Power BI experts come in many shapes and sizes. Some may help your company implement a Microsoft Power BI workflow, others will help you maintain your data warehouse, and some are suited to give your existing reports a UX and functionality glow-up by performing a thorough report overhaul. In this article, we will focus on the latter and help you decide whether you should hire Power BI experts in lieu of in-house report creators.

Feb 22, 2023

Blog Thumbnail
Guides

Filters in Power BI: Everything You Need to Know

Filters in Power BI reports are a game changer when you’re looking to make big decisions with interactive data visualization. Rummaging through static infographics can get frustrating, thus impacting business management. Fortunately, dynamic Power BI reports can pack large amounts of crucial data into a single report. This article looks at one of the most important parts of interactive data analysis – filters in Power BI reports.

Feb 16, 2023

Blog Thumbnail
Guides

Power BI Combo Chart: Tips & Best Features

A Power BI combo chart is a great way to combine a lot of data into a simple and easily readable package. It can contain multiple series and various chart types on a single visual, giving report creators a lot of options. In this article, we will explore what you can do with Drill Down Combo PRO and how you can best use the wide variety of options that it offers.

Dec 20, 2022

Blog Thumbnail
Guides

Make Power BI Time Series Charts Easily

Time is of the essence. This is also true for data. When assessing the performance of a business, people want to look at quantifiable results to develop their future strategy. However, looking at data from a time-based perspective can reveal valuable insights into seasonal trends. Using this information, companies can adjust to any changes that plain numbers fail to show. That’s where a Power BI time series chart comes into data visualization.
  • «
  • 1
  • ...
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • »

Contents

Share this article

Want more info like this?

Subscribe to our newsletter and be the first to read our latest articles and expert data visualization tips!


Thank you!

Check your inbox to verify your email address.

logo
[email protected]
+44 204 577 3993
logo

Products

Drill Down Network PRO Drill Down Waterfall PRO Drill Down Graph PRO Drill Down Combo PRO Drill Down Combo Bar PRO Drill Down Donut PRO Drill Down Pie PRO Drill Down TimeSeries PRO Drill Down Timeline PRO Drill Down Map PRO Drill Down Scatter PRO All Visuals

Resources

Report Examples Webinars Blog ZoomCharts Academy Visuals Gallery Documentation Custom Visual Development Subscribe to News

Solutions

Custom Visual Development

Company

Pricing About Us Partners Leave feedback Join PowerGroup EU Funding

Help

ZoomCharts Assistance Contact Sales Contact Support FAQ

Drill Down Network PRO Drill Down Waterfall PRO Drill Down Graph PRO Drill Down Combo PRO Drill Down Combo Bar PRO Drill Down Donut PRO Drill Down Pie PRO Drill Down TimeSeries PRO Drill Down Timeline PRO Drill Down Map PRO Drill Down Scatter PRO All Visuals

Report Examples Webinars Blog ZoomCharts Academy Visuals Gallery Documentation Custom Visual Development Subscribe to News

Custom Visual Development

Pricing About Us Partners Leave feedback Join PowerGroup EU Funding

ZoomCharts Assistance Contact Sales Contact Support FAQ
+44 204 577 3993
[email protected]

Ready to get in touch?

Contact our experts with any question about Power BI and ZoomCharts for Free!

Contact us

© 2025, Data Visualization Software Lab

U.S. Patents No. 11,645,343; 11,921,804; 12,346,389

Cookies Policy
Manage cookies
Privacy Policy
Global
EULA
Patent
warning

Error message

success

Success info: Done!

ZoomCharts AI Assistant

We noticed you're using an old OS version.

For the best experience, we recommend upgrading to ensure that all website features display correctly.

Cookie settings

We use necessary cookies for site functionality, as well as statistic, marketing, and preference cookies to enhance your experience. For more information and to manage your preferences, please visit our Cookie policy