I am currently adding this SWQL filter to all of my capacity forecast resources to avoid seeing objects which have not provided real datums for more then a day or that are currently unmanaged.
DAYDIFF(LastSystemUpTimePollUtc,GetUTCDate()) < 1 AND status <> 9
I would be nice if the forecast logic would avoid errors of the first kind.