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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Good day all,
Was wondering if someone could help me convert this formula to a power query formula? I am trying to convert the program need date to the fiscal year in the fiscal year column (please see pic below). Any help or guidance would be appreciated. Thanks in advance!
Trent
=IF((MONTH(P3)>=10),(YEAR(P3)+1),YEAR(P3))
Solved! Go to Solution.
Hi,
try this:
if Date.Month([Date])>=10 then Date.Year([Date])+1 else Date.Year([Date])
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hi,
try this:
if Date.Month([Date])>=10 then Date.Year([Date])+1 else Date.Year([Date])
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Awesome, that worked! thank you so much! 🙂
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 12 | |
| 10 | |
| 7 | |
| 6 |