Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi COmmunity,
I Have a calculation like this:
How to write this? I tried some and worked with 1 filterd value, but I need to filter all those.
Thanks in advance!
Solved! Go to Solution.
Try
Filtered Total =
CALCULATE (
SUM ( 'BI-Despesas'[nVlrNomiB] ) + SUM ( 'BI-Despesas'[nVlrJuroB] )
- SUM ( 'BI-Despesas'[nVlrAbatB] ),
NOT 'BI-Despesas'[nCodCIPg] IN { 201, 999 },
NOT 'BI-Despesas'[nCodGrPg] IN { 1001, 1002, 1003 }
)
Try
Filtered Total =
CALCULATE (
SUM ( 'BI-Despesas'[nVlrNomiB] ) + SUM ( 'BI-Despesas'[nVlrJuroB] )
- SUM ( 'BI-Despesas'[nVlrAbatB] ),
NOT 'BI-Despesas'[nCodCIPg] IN { 201, 999 },
NOT 'BI-Despesas'[nCodGrPg] IN { 1001, 1002, 1003 }
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |