This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
First of all, thanks for the help. What I want is to add all those amounts that make up "Sueldos y Salarios" (Wages, Comision, Goals, etc) that are in one column but that do not take what are indeminzations, which is within "Saldos y Salarios" but with another breakdown in another column.
Formula that I am currently using and that indeminzations are included:
The breakdown of indeminations is as follows:
How can I continue to add all the concepts of "Salarios and Sueldos" except those that are "1.3 Indemnizaciones"
Thanks!!!
Solved! Go to Solution.
@4pepesanchez4
You can use a similar pattern as follows:
M =
CALCULATE (
[total sales],
Customer[Gender] = "Male",
Customer[Cars Owned] <> 2
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
You can use the conditional column button under add column. Just create a new column where if your categorization column indicates exclusion, put null or 0, otherwise the value of the column you want to sum. Then just sum that new column.
@4pepesanchez4
You can use a similar pattern as follows:
M =
CALCULATE (
[total sales],
Customer[Gender] = "Male",
Customer[Cars Owned] <> 2
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 1 |