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
dzehner2
Frequent Visitor

OLE DB or ODBC error: Exception from HRESULT: 0x80040E1D

I'm getting the dreaded OLE DB or ODBC error: Exception from HRESULT: 0x80040E1D error on a table I'm bringing in from Microsoft Project Online. I'm not sure what's causing this during a data refresh.... I'm connecting to 5 tables, and the others are coming in just fine. The table will even refresh in the Query Editor! I'm really stumped!

 

Here's the query:

let
Source = OData.Feed("https://nheripurdue.sharepoint.com/sites/pwa/_api/projectdata"),
Projects_table = Source{[Name="Projects",Signature="table"]}[Data],
#"Kept First Rows" = Table.FirstN(Projects_table,5000),
#"Renamed Columns" = Table.RenameColumns(#"Kept First Rows",{{"ProjectDescription", "Project Description"}})
in
#"Renamed Columns"

 

Any ideas on this would be super helpful! Thank you!

3 REPLIES 3
v-ljerr-msft
Employee
Employee

Hi @dzehner2,

 

Here is a similar thread in which some workarounds are mentioned. Could you go to check if it helps in your scenario? Smiley Happy

 

Regards

Unfortunately, I tried changing data types and removing blank rows in the table but that didn't work either. This error actually just recently started, and I haven't changed the query since I hooked it up to our Project Online system.

Still no luck on this... Anyone have any ideas??

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.