Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Struggling to figure out how to deduct some of the condition value from the sum
Below is the formula i'm using and error message i receive
"A function 'FILTER' has been used in a True/False expression that is used as a table filter expression. This is not allowed."
Solved! Go to Solution.
Hi @Anonymous ,
I think you are missing a parenthesis in the formula before the minus sign. And you might combine the 3 filter() function in the second calculate() function.
Refer:
Actual putaway Qty =
CALCULATE(SUM('In- MSEG'[In-LTAP.Dest act. qty]),FILTER(all('In- MSEG'),'In -LIKP'[Delivery]='In- MSEG'[Delivery]))
-CALCULATE(sum('In- MSEG'[In-LTAP.Dest act. qty]),filter('In-LTAP','In-LTAP'[ Source bin Type] = 922 && 'In-LTAP'[Dest. Type] in {"HR1","SR1","FL1"}))
Best Regards,
Jay
Hi @Anonymous ,
I think you are missing a parenthesis in the formula before the minus sign. And you might combine the 3 filter() function in the second calculate() function.
Refer:
Actual putaway Qty =
CALCULATE(SUM('In- MSEG'[In-LTAP.Dest act. qty]),FILTER(all('In- MSEG'),'In -LIKP'[Delivery]='In- MSEG'[Delivery]))
-CALCULATE(sum('In- MSEG'[In-LTAP.Dest act. qty]),filter('In-LTAP','In-LTAP'[ Source bin Type] = 922 && 'In-LTAP'[Dest. Type] in {"HR1","SR1","FL1"}))
Best Regards,
Jay
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 81 | |
| 69 | |
| 50 | |
| 46 |