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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

Data Refresh Error and All Zero Dates

Hello. I am having an issue when I attemp to do a data refresh from the PBI browser based tool. It refreshes fine from the desktop I am getting the following error:

 

Data source error:Not a legal OleAut date.. The exception was raised by the IDataReader interface. Table: hbdg customer_order_line_item.

 

I found and fixed some obvious date problems where the year obviously wrong (0217 instead of 2017, etc.), but am still getting the error on this table. I have many entries where the date shows NULL and many where the date shows 0000-00-00 and my question is does anyone know if the zeros can cause the refresh to fail? Thanks!

 

J

1 ACCEPTED SOLUTION
SteveCampbell
Memorable Member
Memorable Member

Yes, this would cause an error (see this thread).

 

The easiest way to fix it without doing it manually:

- Open the query editor

- Click the Add Column tab and click Cusom Column.

 - Enter:

 

   if [Date] > #date(1900, 1, 1) then [Date] else null

      (if your Date column is called something else, replace [Date] with your column name

 

- Copy the name of the old Date Column

- Delete the old Date column 

- Rename the new column as exactly what the old column was (that you copied)

 

gif.gif

 

Love hearing about Power BI tips, jobs and news?
I love to share about these - connect with me!

Stay up to date on  linkedin-logo.png
Read my blogs on  powerbi.tips_.png

Remember to spread knowledge in the community when you can! tu.png



Did I answer your question? Mark my post as a solution! Proud to be a Super User!


Connect with me!
Stay up to date on  
Read my blogs on  



View solution in original post

2 REPLIES 2
SteveCampbell
Memorable Member
Memorable Member

Yes, this would cause an error (see this thread).

 

The easiest way to fix it without doing it manually:

- Open the query editor

- Click the Add Column tab and click Cusom Column.

 - Enter:

 

   if [Date] > #date(1900, 1, 1) then [Date] else null

      (if your Date column is called something else, replace [Date] with your column name

 

- Copy the name of the old Date Column

- Delete the old Date column 

- Rename the new column as exactly what the old column was (that you copied)

 

gif.gif

 

Love hearing about Power BI tips, jobs and news?
I love to share about these - connect with me!

Stay up to date on  linkedin-logo.png
Read my blogs on  powerbi.tips_.png

Remember to spread knowledge in the community when you can! tu.png



Did I answer your question? Mark my post as a solution! Proud to be a Super User!


Connect with me!
Stay up to date on  
Read my blogs on  



Anonymous
Not applicable

Woohoo! Thank you Steve!!!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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