Power Query won't execute queries

mikeymay

Well-known Member
Joined
Jan 17, 2006
Messages
1,600
Office Version
  1. 365
Platform
  1. Windows
I have a file that imports multiple datasets in the the data model via PQ and reports on people at region and territory levels.

I have recently had to implement some region and territory name changes due to an internal restructure and now the execution of queries to pull in the data has stopped working

When I revert back to the old structure of regions, the execution of the query performs as required but when the new structure is implemented I am getting errors saying -
1599232461510.png


When I debug this it is on the following line of code
VBA Code:
ActiveWorkbook.Connections("Query - SourceFileName").Refresh
which is getting a default folder location and the query is showing


I am able to edit the query and the 3 steps seem to work
1599233080376.png


I am then able to close and load but I still get the same error message about the load to the data model failed.

If I click the refresh button for the query in the Queries & connection window, the error message then says Download Failed and I am able to select where to load to. If I select 'ONly Create Connection'
1599233217673.png


The query executes but the next query in the code
VBA Code:
ActiveWorkbook.Connections("Query - CRM").Refresh
Which uses the SourceFileName query to establish the file to import, I get a Run Time Error 9 Subscript out of range

Again I can use the Load To option which then execute the import but the pivot tables that are connected to this data have lost some of the fields that were being used.

I appreciate the above is quite detailed but I don;t understand why some changes in region names can cause the above.


TIA
 

Attachments

  • 1599232951030.png
    1599232951030.png
    221.2 KB · Views: 12
  • 1599233059355.png
    1599233059355.png
    188.3 KB · Views: 11
Last edited by a moderator:

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Update - I have asked someone who isn't on a O365 subscription to try importing the data via PQ and they have no issue at all!!!
 
Upvote 0

Forum statistics

Threads
1,214,391
Messages
6,119,244
Members
448,879
Latest member
VanGirl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top