Forum Discussion

prakash11440278's avatar
prakash11440278
Post Prodigy
8 years ago
Solved

Copy, Duplicate & Reference in Query Editor

Hi All,

 

Can you please let me know the difference between Copy, Duplicate & Reference in Query Editor?

  • prakash11440278,

     

    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.

4 Replies

  • zoloturu's avatar
    zoloturu
    Memorable Member

    prakash11440278,

     

    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.

    • Anonymous's avatar
      Anonymous
      Not 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":

       

      1. 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)".
      2. But if we just duplicate the query "Q", only the "Q (2)" query will be generated which will refer the same function "F"
    • Anonymous's avatar
      Anonymous
      Not 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?

      • zoloturu's avatar
        zoloturu
        Memorable Member

        Anonymous,

         

        You can apply any transformation on first table (including filters) and then all reference tables will be affected.