I've been searching all over the place for a solution to what I though should be pretty simple but still can't get it to work. In Oracle my query looks like:
Case when first_reminder_expected_date between NVL(Entry_date, '30-Dec-9999') and NVL(Exit_Date,'31-DEC-9999')
I'm sure I'm doing something pretty basic wrong but can't seem to figure it out. All the date columns contain nulls so the formula needs to deal with this
Any advice on how to achieve the same result in Power Query would be much appreciated Thanks
Rob