Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
111 | |
93 | |
88 | |
35 | |
35 |
User | Count |
---|---|
154 | |
101 | |
80 | |
63 | |
54 |