Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have three tables (relationships below) and I need to add rows from table 1 to table 3. For example, I have records in table 1 and I need to add the column Table1.PreviousAddress to Table3.PreviousAddress. My questions are:
1. Is this solved with some type of Union? Do I write a SQL query on my source data that gives me a table with what I need?
Note:
1. Tables 1 & 3 are not directly related.
2. Tables 1 & 3 do not have all the same columns
Table Relationships
Table1.AssignmentID = Table2.AssignmentID
Table2.CodeID = Table3.CodeID
Solved! Go to Solution.
Hello @ERing ,
as you described, there's a relation between table 1 and table 3 through table 2 so you could work with it in power bi normally.
you could also get the column into table 3 using SQL and also using merge in Power query through getting it to from table 1 to table 2 and then from table 2 to table 3.
I would work with it as it is in power bi because there's a relation between these three tables.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Hello @ERing ,
as you described, there's a relation between table 1 and table 3 through table 2 so you could work with it in power bi normally.
you could also get the column into table 3 using SQL and also using merge in Power query through getting it to from table 1 to table 2 and then from table 2 to table 3.
I would work with it as it is in power bi because there's a relation between these three tables.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
195 | |
80 | |
70 | |
51 | |
42 |