Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Good morning,
I have the following tables:
Car | Value |
A | 2 |
B | 1 |
and
Car | Region |
A | USA |
A | INDIA |
B | INDIA |
I have related the tables through the Car field.
I am trying to get the sum of every resulting line from the join, but I am getting just the sum of the cars table.
The measure gives 3 as a result, but should give 5. And it is calculated like this:
Car | Value | Region |
A | 2 | USA |
A | 2 | INDIA |
B | 1 | INDIA |
5 |
Solved! Go to Solution.
Hi, @mizaskun
Please try the below.
The link to the sample pbix file is down below.
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, @mizaskun
Please try the below.
The link to the sample pbix file is down below.
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
Good afternoon,
This is not working on a many to many relation. How should I achieve that average with a many to many relationship?
Thank you so much!
Hi, @mizaskun
thank you for your feedback.
Sorry that I am not familiar with how many to many relationship works.
Thank you so much anyway!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
8 |