In Power Query, is it possible to build a query in one workbook and access it from another? In particular, can I build a whole set of queries into some kind of library? I'm thinking of, say, an .xlam file and then have multiple .xlsx files load the .xlam and use the queries
I really want to stay away from copy-and-pasting query-definitions from one workbook to another. It's not maintainable for even medium-sized projects.
I've read this post and really appreciated @dfresh22 function for automating the copying of queries. But that's still not there.
I tried creating a query in a workbook, saving it as an .xlam, and referencing the xlam from a second workbook. But I couldn't find any way to access the query.
I'm running Excel 2013.
Am I just thinking about this the wrong way?