Share via

Connection Only query not refreshing

Anonymous
2025-04-10T20:42:25+00:00

I have created a table in excel and all was working once created. Sorts out A to Z as data is being added. Tried refreshing after adding data once more, Connection Only and doesn't refresh although it says it has, plus not loading. Tried a few of the forum steps and doesn't seem to be working.

Not sure whether it has something to do with the way query was set up as trying to automate a sorted list and grouping them into groups of 100 rows but there is data beyond 100 rows.

Any suggestions? Also how do I pivot the table beyond this as a little confused?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Andreas Killer 144.1K Reputation points Volunteer Moderator
    2025-04-11T07:59:12+00:00

    You talk about 3 things and everything mixed up.

    A query as connection only does not refresh, can not be refreshed and there is never a need to refresh, because queries in general do not contain any data!

    This kind of queries can be called from other queries and so read / deliver the data to the other query.

    You can also create a query as connection only and load the data into the Data Model and if the Data Model is refreshed the query is called to deliver the data. This works automatically with the default settings.

    It is possible to exclude queries from automatic refreshing in the query options.

    Finally if you create a Pivot table from the Data Model and refresh the Pivot table, the "refresh call" goes also to the data model which calls the query to update the data...

    If you need further help I need to see your (sample) file.
    Why a sample file is important for troubleshooting. How to do it. - Microsoft Community

    The article also contains a link to a macro that you can use to anonymize your data.

    Andreas.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments