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.
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!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |