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'd like to exclude sales (amount) based on a related field (SellToCustomerNo). So if the SellToCustomerNo is listed in the other table, how can sales from these be excluded?
Thank you
Solved! Go to Solution.
Hi @Tob_P
If the other table is not related then you can try something like
=
CALCULATE (
[Sales Amount],
FILTER (
Sales,
NOT ( Sales[SellToCustomerNo] IN VALUES ( TableName[Customer No.] ) )
)
)
Hi @Tob_P
If the other table is not related then you can try something like
=
CALCULATE (
[Sales Amount],
FILTER (
Sales,
NOT ( Sales[SellToCustomerNo] IN VALUES ( TableName[Customer No.] ) )
)
)
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 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |