Forum Discussion
walnei
10 years agoHelper III
Sum 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])