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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I have the below date table:
I can sort the Months by "MonthNumber" which is great, but I actually need to sort by a different order. I am working from September to August, so I actually need September to be month number 1. How can I add a custom sort order column to this table, so I can define September as month 1?
Thanks!
Solved! Go to Solution.
Hi, @smc1906
You need to define a calculated column, "FiscalMonthNumber" which starts from Sep to Aug.
Follow these steps:
Solved: How to assign fiscal month number - Microsoft Power BI Community
If this post helps, then please consider Accept it as the solution and give thumbs up to help the other members find it more quickly.
Thanks,
Dheeraj
Hi, @smc1906
You need to define a calculated column, "FiscalMonthNumber" which starts from Sep to Aug.
Follow these steps:
Solved: How to assign fiscal month number - Microsoft Power BI Community
If this post helps, then please consider Accept it as the solution and give thumbs up to help the other members find it more quickly.
Thanks,
Dheeraj
Thank you so much!