I did it like this. I added two columns, though you could consolidate wherever you want.

First, find the date of the next Monday.

Then, calculate the number of days from the due date to the next Monday.

Filter on {Days Before Due} where it is >=0 and < 7.
Should work or at least it’s a start.
I did it like this. I added two columns, though you could consolidate wherever you want.

First, find the date of the next Monday.

Then, calculate the number of days from the due date to the next Monday.

Filter on {Days Before Due} where it is >=0 and < 7.
Should work or at least it’s a start.
Thanks @augmented, That was a start, but it solved my problem entirely. appreciate it.