Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not 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 copy a couple columns from each of the sheets into a new table in which I can perform manipulations. 

 

Here are examples of my source tables:

 

Source Table 1

table 1.PNG

 

 

 

 

 

Source Table 2

table 2.PNG

 

 

 

 

 

Output Table:

Copy columns 1-2 in table 1 and columns A-B in table 2 into output table. 

 

table 3.PNG

 

 

 

 

 

 

The goal is to make it so that whenever updates are made to the source sheet, all I have to do is refresh Power BI to see my changes reflected in the new table. 

 

Thanks in advance for your help!! 

1 ACCEPTED SOLUTION
Anonymous
Not 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:

  1. Import both tables
  2. Add an Index column to both tables
  3. Merge one table into the other, joining on the Index columns.
  4. Expand columns.
  5. Remove any unnecessary columns
I hope this helps. If it does, please Mark as a solution.
I also appreciate Kudos.

View solution in original post

2 REPLIES 2
Anonymous
Not 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:

  1. Import both tables
  2. Add an Index column to both tables
  3. Merge one table into the other, joining on the Index columns.
  4. Expand columns.
  5. Remove any unnecessary columns
I hope this helps. If it does, please Mark as a solution.
I also appreciate Kudos.
Anonymous
Not applicable

Thanks a ton, worked like a charm! 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors