Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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 table
If I simply create a new table in DAX, it will not let me pivot the columns in the query editor
How can I simply create a new table in the query editor from an existing table, with several columns?
Original table: table1
Columns I want: rowID, status change date, process step
Solved! Go to Solution.
Hi @Anonymous ,
You can do the following:
You can then further use this new table reference to do your transformations.
Thanks,
Pragati
Duplicate the query create a new query that is identical in step an result to the one you copy from till the step you reached at the moment of copying.
If the original query from which you copied change the copied one won't.
Reference a query is like referencing a cell in excel. If the original query change, also the referenced one will.
Hi @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
Hi @Anonymous ,
You can do the following:
You can then further use this new table reference to do your transformations.
Thanks,
Pragati
Thank you -- worked perfectly. How is referencing different than copying the table? or is it the same?
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 64 | |
| 47 | |
| 41 | |
| 36 | |
| 23 |
| User | Count |
|---|---|
| 185 | |
| 123 | |
| 106 | |
| 78 | |
| 52 |