Forum Discussion

MaadiKemko's avatar
MaadiKemko
Frequent Visitor
9 years ago
Solved

Difference between Reference and Duplicate

Hi All,   I am a newbie in Power Bi. Can anyone explaine me what is the actual Difference between Reference and Duplicate of a table.  Please see the below image.   Thanks in Advance, Maadi. ...
  • BhaveshPatel's avatar
    9 years ago

    In simple terms, Duplicate will duplicate the code of the query while Query Reference will only refer the result of the query.

    Duplicate is generally used when you would like to create a similar query and you do not want to type the same code. You can make changes to this query.

    Reference in Query means you would like to use that Query results in some other queries where your original query remains as a base Query and it can be used in other queries for the further processing.