Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I have a column with dates of the format: 4/25/21. I want a new column that will calculate the first date of next month, no matter what day it is this month
I tried this code:
Solved! Go to Solution.
Hi, @Anonymous
Thank you for your feedback.
Yes, you can create that.
Jihwan Kim
If this post helps, then please consider accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
I am not sure about your table name and column name.
Please try something like below to make a calculated column.
Jihwan Kim
If this post helps, then please consider accept it as the solution to help the other members find it more quickly.
@Jihwan_Kim This works great, but I have noticed an issue in my logic. It will apply to any date, even past dates.
Is there any way to apply a filter on top of this EOMONTH to also filter any date out that is in the past? So for example, if date >=today, then EOMONTH('Calendar'[Date],0)+1?
i.e.
Hi, @Anonymous
Thank you for your feedback.
Yes, you can create that.
Jihwan Kim
If this post helps, then please consider accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.