Forum Discussion
Anonymous
6 years agoNot applicable
How do I copy columns from multiple sheets into a new sheet?
Hello, I'm trying to figure out how to do something that seems relatively simple, but I can't figure it out. I have two Excel sheets that contain my source data, and I'd like to use Power BI to c...
- Anonymous6 years ago
Anonymous - Is there any relationship between the 2 sheets? If it's simply mapping the same row on each sheet, you could do the following in Power Query:
- Import both tables
- Add an Index column to both tables
- Merge one table into the other, joining on the Index columns.
- Expand columns.
- Remove any unnecessary columns
I hope this helps. If it does, please Mark as a solution.
I also appreciate Kudos.
Anonymous
6 years agoNot applicable
Anonymous - Is there any relationship between the 2 sheets? If it's simply mapping the same row on each sheet, you could do the following in Power Query:
- Import both tables
- Add an Index column to both tables
- Merge one table into the other, joining on the Index columns.
- Expand columns.
- Remove any unnecessary columns
I hope this helps. If it does, please Mark as a solution.
I also appreciate Kudos.
I also appreciate Kudos.
- Anonymous6 years agoNot applicable
Thanks a ton, worked like a charm!