Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.