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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a table RT Hr DB an it has multiple columns. Want to filter column Department=UW and Hour Type=Overtime and sum the Days. This is what I have so far
Hello @Anonymous
Give this a try.
UW OT =
CALCULATE(
SUM ( 'RT Hr DB'[Days] ),
'RT Hr DB'[Department] = "Underwriting",
'RT Hr DB'[Hour Type] = "Overtime")
Hello @Anonymous
Please provide some sample data and and example of the expected outcome.
@Anonymous
In your picture, what number is wrong and what should it be? Also, we will need sample data from the tables involved and to know how the model relationships are set up. If you can share your .pbix file that will help us answer your question.
This table is where the raw data is taken from. I duplicated this table to filter out without a formula. The line graph with value 8.95 should be the right one which i got by duplicating the table and filtering it separately rather than doing multiple filters with the formula.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 54 | |
| 40 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 96 | |
| 83 | |
| 36 | |
| 30 | |
| 25 |