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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
pmuralikrishna1
Frequent Visitor

DAX find next to next month

Hi,

Need a help on finding next to next month date. I wanted to find the date from today() to next to next month.


For ex: Today is 21/Jun/2018, i need 21/Aug/2018 in my calculated column.

 

I have tried this option with DAX:

C_Today = TODAY()

C_NextToNextMonth = NEXTMONTH(NEXTMONTH('TableName'[C_Today]))

 

I'm getting as blank values in C_NextToNextMonth

 

1 ACCEPTED SOLUTION
Vvelarde
Community Champion
Community Champion

@pmuralikrishna1

 

Hi

 

C=EDATE(Table1[C_Today],2) 

 

Regards

 

Victor




Lima - Peru

View solution in original post

2 REPLIES 2
Vvelarde
Community Champion
Community Champion

@pmuralikrishna1

 

Hi

 

C=EDATE(Table1[C_Today],2) 

 

Regards

 

Victor




Lima - Peru

Thank you for your quick help. It helped me!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.