Forum Discussion
tobiasmcbride
6 years agoHelper III
Power Query today plus 2 years
Hi, I have a Power Query which produces an expanded list of dates from the start and ed date columns in my table. One part is: if EndDate = null then (Date.From ( DateTime.LocalNow() ) else E...
VasTg
6 years agoMemorable Member
Did you try Date.AddYears()?
See below.
If it helps, mark it as a solution
Kudos are nice too