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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Enan
Helper I
Helper I

Date Error in table

Hi Guys,

I am having an error (Pic 1), Need your guidance and help plzz.

I have load the data in the new pbix file but in new file error is not coming. (Pic 2)

Thank youPic 1.jfifPic2.jfif

2 REPLIES 2
ReneMoawad
Resolver III
Resolver III

The Date format in the first image is set to MM-DD-YYYY and your data is DD-MM-YYYY

  • Remove the step that is changing the Date format of the date column
  • Right click on the Column name, Change Type, Using locale

Screenshot 2022-08-29 125137.png

 

 

  • select Data Type "Date" and change the Locale to  English (United Kingdom)

Screenshot 2022-08-29 125216.png

amitchandak
Super User
Super User

@Enan , Your system is using US format and in Power BI you are getting dates in UK Format.

 

You need to create a new column in Power Query

#date(Number.FromText(Text.End([Date],2) ) ,Number.FromText(Text.Middle([Date],3,2) ) ,Number.FromText(Text.Start([Date],2) ) )

 

 

Discussed same here

Power Query - Text.Start, Text.Middle, Text.End: https://www.youtube.com/watch?v=vky4wPqm0O0

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors