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
Hello,
Below expression is working and sums qty for "Demand" and "Stock" but I need to sum for "Demand","Stock", and "Supply".
Please help to rewrite in order to filter the Rollup Field for all three conditions. Thank you.
Solved! Go to Solution.
Hi @ahipon
you can use
Demand+Stock =
CALCULATE (
SUM ( 'Table1'[Rec./reqd quantity] ),
Table1[Rollup] IN { "Demand", "Stock", "Supply" }
)
Hi @ahipon
you can use
Demand+Stock =
CALCULATE (
SUM ( 'Table1'[Rec./reqd quantity] ),
Table1[Rollup] IN { "Demand", "Stock", "Supply" }
)
Thanks! Most appreciated!
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |