PowerQuery: Function linked table generation
Please add a feature to generate a linked table from a function. PowerQuery has a good feature where you can generate Functions from tables that have paramenters. When you do that the table becomes linked to the function and any changes to the table are applied to the Function. It is very u...
PowerQuery: InterQuery Merge
I often have to merge one step of a query with another step from the same query. It would be usefull if I could select existing steps of current query from interface. The situation comes up often when, for example, you have a general mapping that needs to be filtered before applied. Or mergi...
PowerQuery: Staging steps
It would be really good to have some staging \ caching ability when designing queries. Sometimes you are designing a complex query that reads a lot of data and is generally slow. Currently at every action power query re-reads all the data on every action, even on ones that do not really need ...