Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
55 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |