Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi There ;
İ have two table as below ,
Table A : Shows the quantity of stcok based on material code
Table B : Shows the qunatity of orders based on material code and order numbers
i would like to create a column which is callin Added Quantity on Table A s below marked yellow. Just system will sum the quantities of materials from all order and will write to sum of quantitiy of material in this new column.As you see on Table B , sum of A material code is 30 , so in new column it is added 30 Qty.
Solved! Go to Solution.
Hello @erhan_79 ,
Give relationship between two tables between material code and use below DAX:
Added Quantity = CALCULATE(SUM('Table B'[Quantity]))
Please mark it as a solution if it fix the requirement.
Thanks!
Hello @erhan_79 ,
Give relationship between two tables between material code and use below DAX:
Added Quantity = CALCULATE(SUM('Table B'[Quantity]))
Please mark it as a solution if it fix the requirement.
Thanks!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 29 | |
| 27 | |
| 26 | |
| 24 | |
| 16 |
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 38 | |
| 29 | |
| 21 |