The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
24 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |