Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I have a calendar table in Power Query with the end date dynamically calculated using the following step:
= Date.EndOfYear(DateTime.Date(DateTime.FixedLocalNow()))
But i want to change this expression to be always 3 months from today, so that means it should also go forward to the next year, for example, if today is 10 December 2022, then it should go forward 3 months into March 2023.
Is that possible? Any help is much appreciated.
Solved! Go to Solution.
Hi @Anonymous
Date.AddMonths(DateTime.Date(DateTime.FixedLocalNow()),3)
Hi @Anonymous
Date.AddMonths(DateTime.Date(DateTime.FixedLocalNow()),3)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.