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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

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
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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