Forum Discussion
Processing Status Based on Multiple Dates
- Anonymous4 years ago
Hi PBInewbie17 ,
I have created a simple sample, please refer to it to see if it helps you.
Create a measure.
Measure = IF ( MAX ( 'Table'[days in processing] ) > 30 && MAX ( 'Table'[date completed] ) = BLANK (), "Overdue", IF ( MAX ( 'Table'[days in processing] ) > 30 && MAX ( 'Table'[date completed] ) <> BLANK (), "Missed deading", IF ( MAX ( 'Table'[date completed] ) = BLANK () && MAX ( 'Table'[days in processing] ) <= 30 && MAX ( 'Table'[date due] ) >= TODAY (), "In progressing", IF ( MAX ( 'Table'[days in processing] ) <= 30 && MAX ( 'Table'[decision ] ) <> BLANK () && MAX ( 'Table'[date completed] ) <> BLANK () && MAX ( 'Table'[date processing resumed] ) = BLANK (), "On time", "Incomplete" ) ) ) )If I have misunderstood your meaning, please provide more details with your desired output.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please provide sanitized sample data that fully covers your issue. I can only help you with meaningful sample data.
Please paste the data into a table in your post or use one of the file services like OneDrive or Google Drive.
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523