The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. 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!
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
10 | |
7 |