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! Learn more
Hi Power BI Community Support,
I am new to the power bi looking for support for the below problem statement.
This is a semple of my table:
| Calls | Time |
| Delivered | 30 |
| Abandoned | 15 |
| Abandoned | 25 |
so I need to sum column *(Time ) when Abandoned I tried it:
I hope the problem statement is clear and looking forward support.
thanks!
Solved! Go to Solution.
This is generally done with filters like this:
CALCULATE ( SUM ( 'Table1'[Time] ), 'Table1'[Calls] = "Abandoned" )
This is generally done with filters like this:
CALCULATE ( SUM ( 'Table1'[Time] ), 'Table1'[Calls] = "Abandoned" )
It works, thank you so much
Hi:
Do you have any particular figures? In general, if you look at the file in this link (very basic) it shows a calculated column in the table CityRev. That has conditions. Those are to add up up the sales in that particular city on any particular day.
The is also a measure named Ciy 1 Sales , that has a condition too. It is taking the [Total Sales] measure and applying a condition to it that says only calculated total sales for the City coded 1.
Does this help?
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 |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |