Forum Discussion
Anonymous
5 years agoNot applicable
Create a new table in query editor from existing columns?
I have an existing table that was created in Power BI by importing a massive CSV file. I want to create a new table in the query editor so I can pivot two columns, without altering the original data ...
- 5 years ago
Hi Anonymous ,
You can do the following:
- Go to Query editor
- Right click on the table that you want to copy and select Reference option as shown:
- Once you select REFERENCE a copy of this table will be created in the Query Editor area.
You can then further use this new table reference to do your transformations.
Thanks,
Pragati
Pragati11
Super User
5 years agoHi Anonymous ,
Refrencing a table doesn't create a complete copy of the table from memory point of view and doen't take any extra power BI storage. Therefore it is always good to refrence a table rather than using Duplicate. So good to use the earlier option.
You can remove the columns which are not required.
Thanks,
Pragati