Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.] ) )
)
)
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |