March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |