Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hey guys,
I'm trying something in my Power BI and i aint getting any success.
I'll try explain my issue:
I have 2 tables
On table A, i have the Orders and Line of these Orders
for example:
| Orders | Line |
| 12345 | 1 |
| 12345 | 2 |
| 56789 | 1 |
| 98766 | 1 |
| 43213 | 1 |
| 43213 | 2 |
| 43213 | 3 |
The value Orders + Line (123451, for example) is unique in the table.
Now in my table B i have the details of these orders
For exemple:
| Order | Line | Qty |
| 12345 | 1 | 0 |
| 12345 | 1 | 2 |
| 12345 | 1 | 3 |
| 12345 | 2 | 1 |
| 12345 | 2 | 2 |
| 12345 | 2 | 3 |
| 12345 | 2 | 4 |
| 56789 | 1 | 10 |
You can notice that values Order + Line repeat on this table
Now what i need is, with tha table A, get the sum of QTY from table B
For example
| Order | Line | Qty |
| 12345 | 1 | 5 |
| 12345 | 2 | 10 |
| 56789 | 1 | 10 |
I tryied to connect both tables with relationships but i only can make a Many-To-Many relationships and when i try to sum the Qty I only get the value from 1 row and not all of them.
For example
| Order | Line | Qty |
| 12345 | 1 | 2 |
| 12345 | 2 | 1 |
| 56789 | 1 | 10 |
So, thats what im struggling with.
I dont know if i was clear in my explantion, maybe its a relationship issue or i dont even need do a relationship and i dont know what im doing haha...
Please, somebody could help me? 😞
Solved! Go to Solution.
Hi, @Anonymous
Please correct me if I wrongly understood your question.
Please check the below picture and the sample pbix file's link down below.
I think the relationship between TableA and TableB has to be something like below.
https://www.dropbox.com/s/dnsdejjh2xrrgfc/henriquemalone.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Hi, @Anonymous
Please correct me if I wrongly understood your question.
Please check the below picture and the sample pbix file's link down below.
I think the relationship between TableA and TableB has to be something like below.
https://www.dropbox.com/s/dnsdejjh2xrrgfc/henriquemalone.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 26 | |
| 24 | |
| 23 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 20 | |
| 20 | |
| 19 |