Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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
Solved! Go to Solution.
Hi
C=EDATE(Table1[C_Today],2)
Regards
Victor
Thank you for your quick help. It helped me!
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
95 | |
86 | |
78 | |
66 |
User | Count |
---|---|
149 | |
117 | |
111 | |
106 | |
95 |