Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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 |
|---|---|
| 56 | |
| 40 | |
| 36 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 73 | |
| 73 | |
| 38 | |
| 35 | |
| 26 |