Hi Erica, For your report you can use "Project > Planned Completion Date", Less Than, and then use the Wildcard of $$TODAY. You may want to constrain the report in another way, to ensure only Projects you care about will be searched. e.g. A Portfolio, or some custom form/field that exists on all projects you care about. For the view, add a new column, and then you can use this text mode...
displayname=Days Late textmode=true valueexpression=CONCAT(ROUND(DATEDIFF($$NOW,{plannedCompletionDate}))," days late") valueformat=HTML This column could also be added to any Project view. Screenshots attached!
Let me know if this helps or you have any questions. Thanks!