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
Morning All,
I've added in a few tables and created the relationships between them, Image Below.
I'm trying to create a calculation that SUM's Commission from the Policy Commission table, based on Filters from the Team and Introducer tables.
This is what I've done currently but it doesnt return any values I have also tried wrapping the Team filter in the FILTER expression but getting the same result zero values.
CALCULATE(
SUM('PolicyCommission'[Commission])
,'Team'[Teams] IN {"T-A", "T-B", "T-C"}
,'Introducer'[Introducers]="Company A"
)
Any help would be greatly appreciated.
Thank.
Solved! Go to Solution.
The data model looks mostly ok, apart from the bidirectional 1:1 relationships. Are you sure you cannot combine the three involved tables into one?
The data model looks mostly ok, apart from the bidirectional 1:1 relationships. Are you sure you cannot combine the three involved tables into one?
Thank you for replying.
I've combined the three tables into one and it is now working.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 11 | |
| 8 | |
| 8 | |
| 8 |