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
Hello!
I am trying to SUM Values [Amount] if a Column [FS Item (Account)] is Equal to a Specific Value [173] and the [Amount] is Positive / Greater than Zero.
The formula I have to SUM the values is
Solved! Go to Solution.
Hi @MS3 ,
Try the following DAX:
Hi @MS3 ,
Try the following DAX:
Thank you very much!!!
It worked wonderfully!
Needed to add the table for Amount as per below:
CALCULATE ( SUM ( Masterdata[Amount] ),
Masterdata[FS Item (Account)]="173"
&& Masterdata [Amount] >0
)
When I use the expression it tells me
"The expression contains multiple columns, but only a single column can be used in a True / False expression that is used as a Table Filter Expression"
Indeed [Amount] and [FS Item (Account)]] are columns in my Masterdata table.
sry, my bad
do like this with a filter function :
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 |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 20 | |
| 20 | |
| 20 | |
| 14 | |
| 14 |