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 a situation that I don't know how to deal with; I hope that you could point me in a good direction.
I have 2 different tables where they have one same column, but each file contains thousands rows. For example
Table 1:
Column 1 - Column 2
a - x
a - y
b - y
b -z
c - z
Table 2:
Column 1 - Column 3
a - m
a - n
b - o
b - m
c - m
c - o
They share column 1. How can I link those 2 tables ? In other words, I want to have a chart showing the results of Column 2 from Table 1, Column 3 from Table 2. How can I do that ? And I also want to divide Column 2 by Column 3.
I'm thinking about appending the tables, i.e. adding Table 1 and Table 2 together. Does the appending work if their column structures are different ? Is that a good approach or it's better to leave the 2 tables independant ?
Thank you for your help.
Hi @zzzzoooo ,
You'd better share the logic between these two table, then we will know how can they combine. In your scenario, there are many duplicate data in the column1, how will the column 2 and column 3 match? If the data in column 1 is single, we can use lookupvalue() function to get the result.
Best Regards,
Teige
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 | |
| 40 | |
| 37 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |