A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
@Teresa
Each connection is a query (if problem well understood). And the path to the data source files is hard-coded into the queries, ie.:
Source = Excel.Workbook(File.Contents("D:\Documents\TEST.xlsx"), null, true)
*D:\Documents* is what you need to change if you want to move your data source file to ie. D:\Documents\Teams.
So:
- Move your data source files to the desired folder
- Edit each query and change the current path (via the Advanced Editor) with the new path
If you plan to move them again later let me know as it's possible to pass the information as a variable to the queries