Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi guys,
I have a column called "Payment Date". I need to create a new column that looks at each rows in "Payment Date" and return the date with next month.
e.g. 12/03/2021 >> 12/04/2021
02/04/2021 >> 02/05/2021
7/05/2021 >> 7/06/2021
Also, I would like to know how can I just return the next month with Text format.
e.g. if the payment date column had a date 12/03/2021, make the new column return "April"
15/04/2021 then the new column should return "May"
Thanks
Solved! Go to Solution.
Hi @jjkh58
In Power Query, click on Custom Column and use below:
Date.AddMonths ( [Column Name] , 1 )
Also in Power Query for the Month Name, click on date and then go to Add Column, click on Date, Month, Name of Month.
Done 🙂
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias
Hi,
Please read this article - Date.AddMonths - PowerQuery M.
Hi @jjkh58
In Power Query, click on Custom Column and use below:
Date.AddMonths ( [Column Name] , 1 )
Also in Power Query for the Month Name, click on date and then go to Add Column, click on Date, Month, Name of Month.
Done 🙂
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias
Thanks for your prompt help! @TheoC. I will for sure get in touch with you if I have any other questions. Appreciate for your help. Cheers.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
68 | |
64 | |
50 | |
36 | |
26 |
User | Count |
---|---|
80 | |
57 | |
45 | |
44 | |
35 |