I have a sheet that basically formats raw data dumps into meeting-ready presentations. I have a couple of questions, though.
The way it works, is that a user will download one of these data dumps, giving it a specific name, and open both sheets. The formatter will recognize the file name, and update fields in a large table, using cell references. This table is the source for several powerQueries that construct multiple tables that are presentation-ready.
First question:
PowerQuery cannot seem to pull from a range of cells. From what I can glean, it seems to absolutely require a table as a source. This is why I use cell references to update a table that's larger than the source data should ever be. It copies the source data to a table that can be used as a source. Is there a way to directly query the source data?
I don't want to instruct them to copy and paste data into a table because there's room for error. The users have a varying degree of familiarity with excel, and if they paste a short table over a long table, data from the last report could be left behind when it shouldn't. Thus I want to reference a filename, and just have them save over and replace the file when they download new data.
Second question:
I'm trying to make it work in a Teams environment. In Microsoft Teams, if I click Data>Queries and Connections>Queries, it shows me "Download Failed" on all queries, even though the workbook queries a table from within the same book.
I could ask users to make sure they use desktop excel - this requires I ask them to have both files open in desktop excel at once, because desktop excel requires both files to be open to read cell references. But Excel in Teams can read cell references without that. I could instruct them to just put the file in the right place, open the formatter, and hit refresh, if PowerQuery only worked in Teams.
Is this a hard limit of Teams that I just have to live with, or am I doing something wrong that makes Teams think it has to download the query from an external source?
I'd google all of this, but all the terms I've tried have been very obscured by different problems. I appreciate any insight that anybody can provide.
The way it works, is that a user will download one of these data dumps, giving it a specific name, and open both sheets. The formatter will recognize the file name, and update fields in a large table, using cell references. This table is the source for several powerQueries that construct multiple tables that are presentation-ready.
First question:
PowerQuery cannot seem to pull from a range of cells. From what I can glean, it seems to absolutely require a table as a source. This is why I use cell references to update a table that's larger than the source data should ever be. It copies the source data to a table that can be used as a source. Is there a way to directly query the source data?
I don't want to instruct them to copy and paste data into a table because there's room for error. The users have a varying degree of familiarity with excel, and if they paste a short table over a long table, data from the last report could be left behind when it shouldn't. Thus I want to reference a filename, and just have them save over and replace the file when they download new data.
Second question:
I'm trying to make it work in a Teams environment. In Microsoft Teams, if I click Data>Queries and Connections>Queries, it shows me "Download Failed" on all queries, even though the workbook queries a table from within the same book.
I could ask users to make sure they use desktop excel - this requires I ask them to have both files open in desktop excel at once, because desktop excel requires both files to be open to read cell references. But Excel in Teams can read cell references without that. I could instruct them to just put the file in the right place, open the formatter, and hit refresh, if PowerQuery only worked in Teams.
Is this a hard limit of Teams that I just have to live with, or am I doing something wrong that makes Teams think it has to download the query from an external source?
I'd google all of this, but all the terms I've tried have been very obscured by different problems. I appreciate any insight that anybody can provide.