Hi Friends
I need to copy a Column(with data) from one table to another .. how it is possible ?
Regards
Solved! Go to Solution.
Hi @SRBI ,
It depends on whether there is a correspondence between the two tables. If so, you can use merge query or create calculated column by RLATED function. https://radacad.com/append-vs-merge-in-power-bi-and-power-query
If not, you can create index columns in both table and :
Then use lookupvalue function:
Column = LOOKUPVALUE(Table2[Column1],Table2[Index],'Table'[Index])
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Hi @SRBI ,
It depends on whether there is a correspondence between the two tables. If so, you can use merge query or create calculated column by RLATED function. https://radacad.com/append-vs-merge-in-power-bi-and-power-query
If not, you can create index columns in both table and :
Then use lookupvalue function:
Column = LOOKUPVALUE(Table2[Column1],Table2[Index],'Table'[Index])
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
@SRBI , In power query you have merge two table and then choose the column you need.
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
in Dax there are few way - refer to my video : https://www.youtube.com/watch?v=czNHt7UXIe8
Proud to be a Super User!
There are a few potential ways to do this (e.g., merge, add as custom column, use Table.FromColumns). Please explain further with example/mock tables.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
433 | |
189 | |
106 | |
56 | |
49 |
User | Count |
---|---|
465 | |
223 | |
127 | |
75 | |
70 |