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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
15 | |
7 | |
6 |