The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I would like to create new date column to rollover all the last day of the month to first date of next month.
How to do this?
For example:
Date_Old | Date_New |
31/3/2020 | 1/4/2020 |
30/6/2020 | 1/7/2020 |
23/7/2020 | 23/7/2020 |
14/8/2020 | 14/8/2020 |
Solved! Go to Solution.
HI @PBI_newuser
Craete a new column as below
Date_new = IF(table'[date_old] = EOMONTH(table'[date_old]),table'[date_old]+1,table'[date_old])
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
HI @PBI_newuser
Craete a new column as below
Date_new = IF(table'[date_old] = EOMONTH(table'[date_old]),table'[date_old]+1,table'[date_old])
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
111 | |
79 | |
71 | |
48 | |
41 |
User | Count |
---|---|
138 | |
108 | |
71 | |
64 | |
58 |