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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
NaCl-y
Frequent Visitor

0000/00/00 Date format error

Hello all

 

I have a problem while in Query Editor. On the left screeshot , you'll see that TEDSD is in the good date format without any error. I try to change the text form of LPRD into a date format, errors are popping out. It does not recongnize 0000/00/00 as a date format. 

 

Can someone help me find a solution? It is important that it is in Date format.

 

Thanks in advance! 

Date Rip.pngRip date 2.png

2 ACCEPTED SOLUTIONS
NaCl-y
Frequent Visitor

I found how to fix the error. 

 

First convert the Text form column into a Date Format. You'll see the error pop up. Now in Query Editor, go in the "Transform" ribbon and look for "Replace Value", click on the small down arrow besides it and choose "Replace Error". A small windown will pop out and you can input the value to replace the error. The value that will replace the error has to be the same Type as the values in that column.

 

Fix Error.png

View solution in original post

Hi @NaCl-y,

 

You also can replace it in the first place. Please refer to the following snapshot.

00000000_Date_format_error

 

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
Greg_Deckler
Super User
Super User

You could try doing a replace of 0000/00/00 to null or perhaps convert it to something like December 30th, 1899, which is the base date for DAX before you do the date format conversion.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

I'm still pretty new to Power BI, how do i change it to NULL?

Hi @NaCl-y,

 

You can use in DAX the IF function combined with FORMAT to have your expected date.

 

Hope it helps. 

I tried creating new columns using this code

 

LRPD_REAL = IF(SAP_Transaction_ZP26[LPRD] = "0000/00/00", BLANK(), SAP_Transaction_ZP26[LPRD])

and then try to convert the text of the new column into a Date, however the calculated column does not appear in the Query Editor.

 

NaCl-y
Frequent Visitor

I found how to fix the error. 

 

First convert the Text form column into a Date Format. You'll see the error pop up. Now in Query Editor, go in the "Transform" ribbon and look for "Replace Value", click on the small down arrow besides it and choose "Replace Error". A small windown will pop out and you can input the value to replace the error. The value that will replace the error has to be the same Type as the values in that column.

 

Fix Error.png

Hi @NaCl-y,

 

You also can replace it in the first place. Please refer to the following snapshot.

00000000_Date_format_error

 

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.