Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |