cmcreynolds
Active Member
- Joined
- May 21, 2015
- Messages
- 295
I'm trying to use an If statement in the (Power) Query Editor that includes a date, but it's not recognizing my syntax:
if [Close Date]=6/29/2015 then Date.AddDays([Close Date], 2) else [Close Date])
(Trying to have everything that is the date 6/29/2015 to be 7/1/2015)
I've tried 6/29/2015 and "6/29/2015" - am I missing how to do this?
Thanks!
if [Close Date]=6/29/2015 then Date.AddDays([Close Date], 2) else [Close Date])
(Trying to have everything that is the date 6/29/2015 to be 7/1/2015)
I've tried 6/29/2015 and "6/29/2015" - am I missing how to do this?
Thanks!