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
Watch the playback when Priya Sathy and Charles Webb discuss Datamarts! Kelly also shares Power BI Community updates.