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
Table 1
| ID | brand | price |
| 1 | ABC | 133 |
| 1 | DEF | 266 |
| 1 | GHI | 399 |
| 2 | ABC | 100 |
| 2 | DEF | 200 |
| 2 | GHI | 300 |
| 3 | ABC | 400 |
Table 2:
| ID | ABC | DEF | GHI |
| 1 | ? | ? | ? |
| 2 | ? | ? | ? |
| 3 | ? | ? | ? |
| 4 | ? | ? | ? |
| 5 | ? | ? | ? |
There are two tables: 1 & 2 and both have a relationship of one to many. I am trying to get data (Price: column 3 from table 1 fo specific brand and ID to table 2 in column 2-4 for those IDs.
Thanks in Advance!
Solved! Go to Solution.
Hi @Anonymous ,
What does Table 2 look like?
If you want a visual, you could create a matrix as below.
If you want a table, you could duplicate the table and select brand column and use pivot feature.
Best Regards,
Jay
Hi @Anonymous ,
What does Table 2 look like?
If you want a visual, you could create a matrix as below.
If you want a table, you could duplicate the table and select brand column and use pivot feature.
Best Regards,
Jay
@camargos88It won't work as the data in ID column is not the same type.
What i could think of is using Related function but somehow not able to reach to the conclusion.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 67 | |
| 63 | |
| 30 | |
| 30 | |
| 23 |