Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi I want to calculate QTD total count of submissions rejected.
I am able to filter the data only with one criteria in same column for example where 3.Final Decision Date'[Final Decision Term] = "Reject" as soon as I add the second criteria the calculation don't work.
I am using the below dax, can some one please help me to resolve this issue.
"1.QTD Rejects =
Solved! Go to Solution.
I found a workaround I applied filter similar to like @amitchandak suggested and I appled the "Yes" filter at report level. Below is the DAX I used.
@Jeo_Thomas , Try like
CALCULATE
(CALCULATE([Submission count(FLDD)],DATESQTD(('3.Date_Final Decision Date'[Date]))),
filter( '3.Date_Final Decision Date'
,'3.Date_Final Decision Date'[Completed Quarter] in{ "Yes", "Reject", "Pre-screen reject","Reject but invite resubmission","Pre-screen reject and transfer","Reject and transfer"}
))
This looks great, but "Yes" filter is from table '3.Date_Final Decision Date'[Completed Quarter] and rest of the filters are from table 3.Final Decision Date'[Final Decision Term]. @amitchandak would you be able to please advice?
I know the naming of the table is bit confusing I have added prefix at "Date_" for the date table, sorry about that.
@amitchandak i used below dax but it is giving me error
Dax:
I found a workaround I applied filter similar to like @amitchandak suggested and I appled the "Yes" filter at report level. Below is the DAX I used.
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 |
|---|---|
| 75 | |
| 36 | |
| 31 | |
| 29 | |
| 26 |