Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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
User | Count |
---|---|
78 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
100 | |
93 | |
51 | |
50 | |
48 |