Filter('Action Items',DueDateOffset<>0)
Occasionally I get an error, but I cannot figure out where it is coming from.
Error when trying to retrieve data from the network: The query is not valid. clientRequestId:

Filter('Action Items',DueDateOffset<>0)
Error when trying to retrieve data from the network: The query is not valid. clientRequestId:
Filter(
'Action Items',
DueDateOffset > 0 || DueDateOffset < 0
)
Filter(
'Action Items',
DueDateOffset > Date(2000,1,1)
)