Hello Community!
I would like to add a number of months to a date to get a target date. (A) execution Period + (B) Start Date = End Date.
Thanks a lot
Solved! Go to Solution.
YOu can create a column with below code:-
Column =
DATE ( YEAR ( 'Table'[B] ), MONTH ( 'Table'[B] ) + 'Table'[A], DAY ( 'Table'[B] ) )
Thanks,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
YOu can create a column with below code:-
Column =
DATE ( YEAR ( 'Table'[B] ), MONTH ( 'Table'[B] ) + 'Table'[A], DAY ( 'Table'[B] ) )
Thanks,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
197 | |
68 | |
64 | |
56 | |
53 |
User | Count |
---|---|
251 | |
204 | |
101 | |
70 | |
70 |