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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
13 | |
11 | |
9 | |
8 | |
8 |