My manager exported some utilization data from Planner. The actual hours for a particular user seemed low, and we realized it was because this user had logged hours for tasks to which she had not been assigned. We're trying to determine how widespread this issue might be.
I built an hours report, and I first tried filtering where the owner ID does not equal the assigned to ID
ownerID=FIELD:task:assignedToID
ownerID_Mod=ne
This did pull records we're looking for, but it also pulled records where the person logging the hours was an assignee on the task but not the primary assignee.
Is there a way to filter out the latter records? I tried experimenting with different variations of my filter (including using assignmentsListString and assignmentsUsersMM), all without success. Does anyone know how to filter on hours logged by non-assignees?