This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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!
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 25 | |
| 24 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 48 | |
| 27 | |
| 23 | |
| 20 |