Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Maureen
Helper III
Helper III

Use Fiscal Month Names

I added a calendar with the calendar function 01/01/2015 through 12/31/2018.  I want the month names in the calendar to correspond to the fiscal year though.  How can I make 01  = October through 12 = September?   The dates in my data that I will join to the calendar use numercial values for the fiscal year month.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Maureen 

Maybe you could create a month column : Month = Format(Table[Date], "MMMM")

Then create a new column called Fiscal Number = SWITCH(TRUE(), Month = "October", 1, Month = "November", 2 .... so on till Month = "September", 12). Then you can use this fiscal number for what you need.

 

Hope this helps! 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

@Maureen 

Maybe you could create a month column : Month = Format(Table[Date], "MMMM")

Then create a new column called Fiscal Number = SWITCH(TRUE(), Month = "October", 1, Month = "November", 2 .... so on till Month = "September", 12). Then you can use this fiscal number for what you need.

 

Hope this helps! 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.