Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi,
I have 2 tables and I want to transfer different lead source text from one column in a table to a new column in a different table.
Is there a dax example function which will allow me to do that.
Thanks,
Harry B
Solved! Go to Solution.
Hi @Anonymous
If you have the same columns between the two tables, and the column names and column types are the same, you can use the Merge queries feature directly in Power Query
Merge queries overview - Power Query | Microsoft Learn
If the two tables do not have the same columns, but there are corresponding relationships, you may be able to use the Addcolumns() function, please refer to the following link for details
ADDCOLUMNS function (DAX) - DAX | Microsoft Learn
If the suggestion above can not meet your requirements, can you follow some sample data or pictures?
Best Regards,
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
If you have the same columns between the two tables, and the column names and column types are the same, you can use the Merge queries feature directly in Power Query
Merge queries overview - Power Query | Microsoft Learn
If the two tables do not have the same columns, but there are corresponding relationships, you may be able to use the Addcolumns() function, please refer to the following link for details
ADDCOLUMNS function (DAX) - DAX | Microsoft Learn
If the suggestion above can not meet your requirements, can you follow some sample data or pictures?
Best Regards,
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
In power query you can merge and take the column
Merge Tables (Power Query) : https://www.youtube.com/watch?v=zNrmbagO0Oo&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=16
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 32 | |
| 27 | |
| 26 |