Forum Discussion
Track outstanding tasks per dataset source based on due date/status
Hi,
Please check the below picture and the attached pbix file.
expected result measure: =
VAR _today =
TODAY ()
VAR _t =
FILTER ( Data, Data[Due Date] > _today && Data[Status] <> "Completed" )
RETURN
COUNTROWS ( _t )
- powerbinewbie263 years ago
Helper I
Hi Jihwan_Kim thank you so much for your help! So i've done as you've suggested and though it does return a value - it seems to be an incorrect value. In the snip I attached you can see the status indicated Not Started (something other than Completed) and the Final Due Date is before today's date but all of these have not been flagged as outstanding -any advice?
outstanding measureDashboard outstanding item card with incorrect value
I also attached the replica of your example - thank you!!
- powerbinewbie263 years ago
Helper I
Hi Jihwan_Kim - wanted to follow up with you and see if you could help with this issue on your solution! 🙂
- powerbinewbie263 years ago
Helper I
Hi Jihwan_Kim - wanted to follow up with you and see if you could help with this issue on your solution! 🙂