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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
how i can sum all the value in one column except one in power bi
Solved! Go to Solution.
Hi @razan_5r5
If you mean all except on column you could do use the DAX measure ALLEXECPT
Otherwise if you are looking to filter out on particular value, you could use the FILTER measure
Hi,
you can use
Hi @razan_5r5 ,
I created some data:
Add [amount1] and [amount2]
Here are the steps you can follow:
Create calculated column.
Sum_Column = 'Table'[amount1] + 'Table'[amount2]
Create measure.
Sum_Measure = SUM('Table'[amount1])+SUM('Table'[amount2])
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @razan_5r5
If you mean all except on column you could do use the DAX measure ALLEXECPT
Otherwise if you are looking to filter out on particular value, you could use the FILTER measure
Check out the April 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 |
|---|---|
| 10 | |
| 10 | |
| 7 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 23 | |
| 22 | |
| 21 | |
| 20 |