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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
Kareem_Amr_IT
Frequent Visitor

DB Errors, and refresh errors in Power Query

Hello, 

 

I have made a dashboard connections with the sources from a Sharepoint folder, and I wish to apply all the changes to query. However, when apply those changes, I get random errors, from 0x80040E4E Error - OLE DB or ODBC, to Sharepoint request failed, and an odd error about EARLIER/EARLIEST, but when I checked the query, such keywords do not exist. The problem is when I refresh the previews in the power query, the errors go away and the previews are displayed properly, then I try to apply again, the errors pop up randomly.

 

What can I do to fix this? 

 

Attached is the screenshot of the errors that happen during applying the query changes.

 

InkedV3 Errors_LI.jpg

The code to the troubled queries  

 

Order_Details_With_Products

let

    Source = Table.NestedJoin(order_details, {"sku"}, product_master, {"sku"}, "product_master", JoinKind.LeftOuter),

    #"Expanded product_master" = Table.ExpandTableColumn(Source, "product_master", {"brand", "sku", "title"}, {"product_master.brand", "product_master.sku", "product_master.title"}),

    #"Filtered Rows" = Table.SelectRows(#"Expanded product_master", each true)

in

    #"Filtered Rows"

 

Order_details

let

    Source = Table.Combine({order_details_uae, order_details_ksa}),

    #"Merged Queries" = Table.NestedJoin(Source, {"customer .id"}, customers, {"id"}, "customers", JoinKind.Inner),

    #"Expanded customers" = Table.ExpandTableColumn(#"Merged Queries", "customers", {"company", "company_type"}, {"customers.company", "customers.company_type"})

in

    #"Expanded customers"

1 REPLY 1
v-easonf-msft
Community Support
Community Support

Hi, @Kareem_Amr_IT 

You may need to open a support ticket  to confirm if this is a bug.

Best Regards,
Community Support Team _ Eason

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.