We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 54 | |
| 39 | |
| 32 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 37 | |
| 36 | |
| 22 |