Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hello Everyopne:
Could you please help me to create a measure that calculates in progress overdue as of Today?
I need the total count of Overdue, where Overall Status = "Complete" and "In progress" "(BLANKS) AND PWC Actual Completion Date is Filter only BLANK AND PWC Schedule Completion Date everything before today. Appreciate your help.
Thanks
Solved! Go to Solution.
maybe you can try this
calulate(countrows(table),filter(table, (overalstaus="Complete" || Overalstatus="In progress" or overalstatus ="") &&(isblank(completion date) || completiondate <today()))
pls clarify your logic, the relationship among conditions is AND or OR.
it will be better if you paste the sample data(not the screenshot) and provide the expected output.
Proud to be a Super User!
you are welcome
Proud to be a Super User!
@Anonymous
pls see the attachment below
Proud to be a Super User!
I need the total count of Overdue, where Overall Status = "Completed" and "In progress" "(BLANKS) AND PWC Actual Completion Date is Filter only BLANK AND PWC Schedule Completion Date everything before <today.
@Anonymous
have you checked the attachment in my last reply?
the logic you provided is obviously wrong.
Condition 1:Overall Status is Completed OR In progress OR blank
Condition 2: PWC actual completion date is BLANK OR before today
What's the logic between condition 1 and 2, OR or AND? I used AND in the pbix file i just provided.
Proud to be a Super User!
maybe you can try this
calulate(countrows(table),filter(table, (overalstaus="Complete" || Overalstatus="In progress" or overalstatus ="") &&(isblank(completion date) || completiondate <today()))
pls clarify your logic, the relationship among conditions is AND or OR.
it will be better if you paste the sample data(not the screenshot) and provide the expected output.
Proud to be a Super User!
The relationship among conditions is AND. Sorry I missed it last night. Thanks
Appreciate your help.
you are welcome
Proud to be a Super User!
Not yet. Still did not get any count.
@Anonymous
are you using the different community account?
if you are the poster, pls provide the sample data (not the screenshot).
Then clarify the logics of conditions and provide the exptected output.
Proud to be a Super User!
I am using different community user id.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 18 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 38 | |
| 31 | |
| 27 |