You need to use Actions.ActionID is 'equal to' 150
or then Actions.ActionID is 'equal to' 160.
If you use "and", it looks for your ActionID field to be equal to both 150 and 160 at the same time, which is impossible. So, you don't get any data in your report.
If you use "or", it looks for your ActionID field to be either 150 or 160, which should show the data that you want.
-Dell