March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have two tables. both tables contain a column named 'Company name'. I want to copy the unique data from both the columns of two different tables and paste it into another column (may be in 3rd table).
Table 1:
Table 2:
New column of 3rd table should contain unique records from above two columns. How can I achieve this? Please help me. Thanks!
Note: I want to implement venn diagram in power bi to show common companies hence I want to prepare data in that format.
Solved! Go to Solution.
@surajyadav484 You can achieve your solution using 2 ways.
Solution1: Using UNION DAX you can combine two tables with same structure
https://learn.microsoft.com/en-us/dax/union-function-dax
Solution2: Using Append option using PowerQuery(Transform Data)
https://learn.microsoft.com/en-us/power-query/append-queries
@surajyadav484 You can achieve your solution using 2 ways.
Solution1: Using UNION DAX you can combine two tables with same structure
https://learn.microsoft.com/en-us/dax/union-function-dax
Solution2: Using Append option using PowerQuery(Transform Data)
https://learn.microsoft.com/en-us/power-query/append-queries
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
87 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |