Forum Discussion
Anonymous
6 years agoNot applicable
Copy column from one table to another table
Hi, I am trying to copy the value from a column (self) from a table called GetIssues to another table called 49407. I created a new column called Self in 40407 and I tried to use LOOKUPVALUE but...
- 6 years ago
Hi Anonymous ,
One sample for your reference, please check the following steps as below.
1. Insert index column in both table in power query.
2. Close and apply, then we use the LOOKUPVALUE to get the excepted result.
Self in 40407 = LOOKUPVALUE(GetIssues[Self],GetIssues[Index],'49407'[Index])
For more details, please check the pbix as attached.
- 6 years ago
Hi Anonymous ,
merge This should help you.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
jdbuchanan71
Super User
6 years agohello Anonymous
You will have to share the structure of the tables and what field(s) they have in common. A sample of both tables in a format we can copy and paste (not a screen shot) would be helpful as well. You can copy from excel and paste directly into a post.