Quantcast
Channel: Desktop topics
Viewing all articles
Browse latest Browse all 213916

Creating a Fiscal Year & Fiscal Quarter in a DATE calendar

$
0
0

Hello,

I have the following date table that I use as a 'StartDate' & 'EndDate'. Here is the formula that creates the date table currently:

 

StartDate = ADDCOLUMNS(CALENDAR("1-1-2013","31-12-2017"),"DateAsInteger",FORMAT([date],"YYYYMMDD"),"Year",YEAR([Date]),"Monthnumber",FORMAT([Date],"MM"),"YearMonthNumber",FORMAT([Date],"YYYY/MM"),"YearMonthShort",FORMAT([Date],"YYYY/mmm"),"MonthNameShort",FORMAT([Date],"mmm"),"MonthNameLong",FORMAT([Date],"mmmm"),"DayOfWeekNumber",WEEKDAY([Date]),"DayOfWeek",FORMAT([Date],"dddd"),"DayOfWeekShort",FORMAT([Date],"ddd"),"Quarter","Q" & FORMAT([Date],"Q"),"YearQuarter",FORMAT([Date],"YYYY" & "/" & FORMAT ([Date],"Q")) )

 

 

I would like to add in Fiscal Year and Fiscal Quarter.

 

The Fiscal Year begins July 1 and ends June 30. 

 

I would like to display the Fiscal Year as "FY13-14" for (July 1, 2013 thru June 30, 2014) and etc. and the Fiscal Quarter I would like to display as "FQ1" "FQ2" etc.

 

Can anyone help me provide the lines I would add to the above formula to achieve this?

 

Thank you in advance!

 

Chris




Viewing all articles
Browse latest Browse all 213916

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>