Forum Discussion
walnei
Helper III
10 years agoSum Date + Number
Hello friends. Could help me with the following question ? I'm trying to create a custom column in power query with the following parameter . I have 2 columns , column A that has dates and the B ...
- 10 years ago
Hi,
You can add a custom column with this formula:
Date.AddDays([A], [B])
arify
Microsoft Employee
10 years agoHi,
You can add a custom column with this formula:
Date.AddDays([A], [B])
Anonymous
8 years agoNot applicable
Thank you, this was exactly what I needed, and it worked perfectly!