Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi I have the first table
| Order number | Sales person |
| 1 | A |
| 1 | B |
| 2 | C |
| 3 | D |
I have another table where I can calculate the sum value of the order. I would like to show on matrix levels.
| Order number | Amount |
| 1 | 200 |
| 2 | 300 |
| 3 | 400 |
I want to get this matrix the amount on sales order amount = sum(amount)/distincount of sales person.
Solved! Go to Solution.
Thank you @tharunkumarRTK @tharunkumarRTK. Just want to add some more details for the calculation
I have another table where I can calculate the sum value of the order. I would like to show on matrix levels.
| Order number | Amount |
| 1 | 200 |
| 2 | 300 |
| 1 | 400 |
I have many to many relationship between Orders and Sales Persons
| Order number | Sales person |
| 1 | A |
| 1 | B |
| 2 | B |
| 3 | D |
I want the end result look like this
I have many to many relationship between Orders and Sales Persons
Don't do that. Use a proper data model.
You may want to add a Sales Person Dimension table to your data model.
Then you can use your preferred DAX to calculate the mapping.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 10 | |
| 8 |