Forum Discussion
Anonymous
3 years agoNot applicable
Next months
Hi, I have two columns, Date and the numbers of month. I want to calculate a next month column. Example: Date 01.01.2023 plus 2 months = 01.03.2023 Date Month Next months 01.01....
- 3 years ago
Hi Anonymous
Please tryEDATE ( [Date], [Month] )
- 3 years ago
Hi Anonymous ,
You can use EDATE() DAX Function to solve your problem.
If this helps then please give it a kudos and mark it as a solution.
Thank you.
tamerj1
Community Champion
3 years agoHi Anonymous
Please try
EDATE ( [Date], [Month] )
- Anonymous3 years agoNot applicable
Ohhhh, it works. Thank you, my BI hero 😁