The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
10 | |
10 | |
10 | |
9 |