Reputation: 117
Simple question: I have a table that needs to be split into 2 tables via a row split and not the column split. How can I achieve this?
Thanks.
Upvotes: 0
Views: 4166
Reputation: 13440
Duplicate the table, then delete the columns that you do not need from each of the copies.
To duplicate the table, open Power Query Editor
by clicking on Edit Queries
, right click your table and select Duplicate
:
Then in each of the copies, right click on the header of the columns that you don't want, and select Remove
. Alternatively, you can select the columns that you want to keep, and select Remove other columns
.
Upvotes: 1