K Kelly A Member May 19, 2023 #1 Please help me to use the below code and add 2 days to it. Date.AddWeeks(Date.EndOfWeek(DateTime.Date(DateTime.FixedLocalNow())),5)
Please help me to use the below code and add 2 days to it. Date.AddWeeks(Date.EndOfWeek(DateTime.Date(DateTime.FixedLocalNow())),5)
GraH - Guido Well-Known Member May 19, 2023 #2 What about Date.AddDays? Date.AddDays - PowerQuery M Learn more about: Date.AddDays learn.microsoft.com
What about Date.AddDays? Date.AddDays - PowerQuery M Learn more about: Date.AddDays learn.microsoft.com
K Kelly A Member May 19, 2023 #3 yes but I am not sure where to place it in the existing code, I haven't had any success yet.