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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

How To Copy a Column from One Table to a New Table

I have a column in one table I am trying to copy over to a new table. I do not have existing relationships and there is no 'index' column in my original table. 

 

How do I copy that one column over to a new table? 

 

Thank you!

1 ACCEPTED SOLUTION
v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

In data view, you could copy column or copy table. then paste it.

1.copy column.

vyalanwumsft_0-1659340842212.png

2.paste it.

vyalanwumsft_1-1659340898173.png

vyalanwumsft_2-1659340916333.png

3.or in table b ,you could paste in power query.

vyalanwumsft_3-1659340986536.png

vyalanwumsft_4-1659341021711.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

In data view, you could copy column or copy table. then paste it.

1.copy column.

vyalanwumsft_0-1659340842212.png

2.paste it.

vyalanwumsft_1-1659340898173.png

vyalanwumsft_2-1659340916333.png

3.or in table b ,you could paste in power query.

vyalanwumsft_3-1659340986536.png

vyalanwumsft_4-1659341021711.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Greg_Deckler
Community Champion
Community Champion

@Anonymous Going to need more information. You have to have some way of identifying which row value from that table goes into which row in the other table. Or you could potentially try merging the tables in Power Query. Just not enough to go on in order to answer your question.

 

Sorry, having trouble following, can you post sample data as text and expected output?
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882

Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

@Greg_Deckler Sorry about that. Let's say the table I want to take the column from is called TableA and the Column from the table is called Col1. I want to copy that whole column to a new table (let's name it Table2). Is there a simple way to do that?

@Anonymous Well, if all you want in that Table2 is that column data, you can create a new calculated table in Power BI Desktop (not Power Query) and use SELECTCOLUMNS. SELECTCOLUMNS('TableA', "Col1", [Col1])



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Greg_Deckler
Community Champion
Community Champion

@Anonymous You could use LOOKUPVALUE or MAXX(FILTER



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

@Greg_Deckler Thank you. I can't seem to figure out LOOKUPVALUE... let's say I have a table and column like so: TableA[Col1]... what is the proper command to copy this column into the new table? 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors