Forum Discussion
Add future month Date to Current Date
- 6 years ago
Hi yodha ,
Firstly, you may enter into Query Editor, select on your query, go to Add column ->Custom column, type codes as below to create two columns [Current Date] and [Future Date] .
DateTime.LocalNow()
Date.AddDays([Current Date], 30)
Secondly, you may select on the two date columns at the same time, right click to choose option "Unpivot Columns", rename the new result column Value with "Date".
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi yodha ,
Firstly, you may enter into Query Editor, select on your query, go to Add column ->Custom column, type codes as below to create two columns [Current Date] and [Future Date] .
DateTime.LocalNow()
Date.AddDays([Current Date], 30)
Secondly, you may select on the two date columns at the same time, right click to choose option "Unpivot Columns", rename the new result column Value with "Date".
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.