Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not 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

 

DateMonth    Next months
01.01.2023   2   01.03.2023
01.05.2023   3   01.08.2023
01.10.2023   5   01.02.2023

 

I tried NEXTMONTH(), but this does not work because of mutiple values. Is there a way to get the next months without multiplying with 30?

 

Appreciate any ideas. Thanks

2 ACCEPTED SOLUTIONS
tamerj1
Super User
Super User

Hi @Anonymous 
Please try

EDATE ( [Date], [Month] )

View solution in original post

KeyurPatel14
Responsive Resident
Responsive Resident

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.

View solution in original post

3 REPLIES 3
KeyurPatel14
Responsive Resident
Responsive Resident

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
Super User
Super User

Hi @Anonymous 
Please try

EDATE ( [Date], [Month] )

Anonymous
Not applicable

Ohhhh, it works. Thank you, my BI hero 😁

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.