Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |