Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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!
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??
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 48 | |
| 38 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 85 | |
| 70 | |
| 38 | |
| 28 | |
| 25 |