Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn 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 |
|---|---|
| 10 | |
| 9 | |
| 9 | |
| 8 | |
| 6 |