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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Query Connection Refresh Error

Hi,

 

Recently i face not consistent error when i refresh (using VBA) one of the tables which are connected to power query.

 

The error i receieve:

"The connection could not be refreshed. This problem could occur if the connection was copied from another workbook or the workbook was created in a newer version of Excel."

 

When i refresh again the table it worked fine. Furthermore, this connection worked fine for a few months till now.

 

VBA code:

Set ddSheet = ActiveWorkbook.Sheets(SheetName)

Set ddTbl = ddSheet.ListObjects(TableName)
Set qt = ddTbl.QueryTable
bgQuery = qt.BackgroundQuery
With qt
     .BackgroundQuery = False
     .Refresh
     .BackgroundQuery = bgQuery
End With

 

Power query version: 2.76.5678.581 64 bit

Excel version: Version 2001 (Build 12430.20264)

 

3 REPLIES 3
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

I'm not familiar with VBA code.

It seems this code you provided is to refresh power query,

As tested, there are similar threads to complete this feature in power query:

VBA ListObject..Refresh BackgroundQuery:=False not working in Excel O365

Refresh Power Query With VBA

https://www.mrexcel.com/board/threads/powerquery-macro-refresh.1075922/

 

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Anonymous
Not applicable

Hi,

 

Thanks for the answer, but this code is running for couple of months just fine,

Also now is running without any problems on other users PC, so i think this is not the problem.

It generate this error only on one user and also not consistent. on several workbooks having different power query tables.

I thought it's something with the office version not up to date but i installed the last update and it stll generating this error.

Anonymous
Not applicable

Still getting this error.

Any ideas?

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.