Forum Discussion
Anonymous
4 years agoNot applicable
Transformation to Add Days
Guys, what is wrong with this syntax please? It doesn't generate error but it doesn't make the needed transformation either. What I need to do is to add 1 day over the dates (by transformation not...
Anonymous
4 years agoNot applicable
Hi Anonymous ,
It doesn’t hurt to add a new column.
You can add a new column and then delete the original column, rename it to get the date column.
= Date.AddDays([Date],1)
More details you can refer to Date.AddDays - PowerQuery M.
Also refer to my attachment.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.