Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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