The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Everyone,
I need to add a column in Table B where it should have sum of vlaues in Column X of Table A.
Table A and B are in relation of Many:1
Example
Table A
Route ID | Volume | |
A1 | 2 | |
A2 | 4 | |
A2 | 6 | |
A3 | 8 | |
A1 | 9 |
Table B
Route ID | Volume |
A1 | 11 |
A2 | 10 |
A3 | 8 |
Can someone suggest a solution.
Thanks in advance.
Solved! Go to Solution.
@Nikit18 , A new column in table B
Sumx(Relatedtable(TableA), TableA[Column])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
@Nikit18 , A new column in table B
Sumx(Relatedtable(TableA), TableA[Column])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8