Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have two tables and i am looking to combine some of the infomation.
Essentially table 1 contains a small list of "stock number" and "outstanding amounts" and table 2 contains contains huge list of "Stock number" , "model" and "customer"
I am looking to create a DAX column that can place the "model" and "customer" along side the "stock number" in table 1 if they match. Picture below for illustration.
Im guessing I'll need to create DAX column for Model and another DAX column for Customer?
Solved! Go to Solution.
Hi @JamesGordon
Do you have one-to-one relationships between table1 and table2 by [Stock Number] field?
if so, you dont even need to code smth - just add columns from table 2 to visual
Hi @JamesGordon , You can add extra columns in your Table 1 with:
Hi @JamesGordon , You can add extra columns in your Table 1 with:
Hi @JamesGordon
Do you have one-to-one relationships between table1 and table2 by [Stock Number] field?
if so, you dont even need to code smth - just add columns from table 2 to visual
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |