Forum Discussion
Copy, Duplicate & Reference in Query Editor
- 8 years ago
Sure.
1) When you press COPY then you can paste this query many times using PASTE option. As result you receive the same query with same connection and transformations. No connection to initial query.
2) When you press DUPLICATE you can have only 1 copy of query at one time. To repeat this action you need to press DUPLICATE one more time. As result you receive the same query with same connection and transformations. No connection to initial query.
3) If you press REFERENCE then it uses previous query as reference and apply all new steps based on reference query. Once you change initial query then it will automatically apply to dependent query. You can have many dependent queries which will change automatically once intial one is updated.
I hope it is clear.
Sure.
1) When you press COPY then you can paste this query many times using PASTE option. As result you receive the same query with same connection and transformations. No connection to initial query.
2) When you press DUPLICATE you can have only 1 copy of query at one time. To repeat this action you need to press DUPLICATE one more time. As result you receive the same query with same connection and transformations. No connection to initial query.
3) If you press REFERENCE then it uses previous query as reference and apply all new steps based on reference query. Once you change initial query then it will automatically apply to dependent query. You can have many dependent queries which will change automatically once intial one is updated.
I hope it is clear.
- Anonymous3 years agoNot applicable
Adding a point here:
Copy-pasting Query vs Duplicating Query
If a query consists of several queries with dependencies between them, when copying/pasting, all
dependent queries are copied as well.
Suppose in Power Query if we create a function "F" and then use that function in a query "Q":- and copy-paste only query "Q" ,then a function "F (2)" will be created along with new query "Q (2)" and the "Q (2)" would refer the "F (2)".
- But if we just duplicate the query "Q", only the "Q (2)" query will be generated which will refer the same function "F"
- Anonymous8 years agoNot applicable
Regarding Reference - if I filter a table within the Query Editor and afterwards reference this table, will the new table (created by the reference) keep this same filter or will I have to filter both?
- zoloturu8 years agoMemorable Member
Anonymous,
You can apply any transformation on first table (including filters) and then all reference tables will be affected.