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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
GideonTA
New Member

Custom Fiscal Year, Month and Quater from Measure or Date Table

I would like to create a Custom Fiscal Year, Month and Quater for company Fiscal Year that ran from 1 March to 28/29 Feb. 
Thanks.

1 ACCEPTED SOLUTION
v-yalanwu-msft
Community Support
Community Support

Hi, @GideonTA ;

If you want to show the year\quater\month of Fiscal year . you could create measures as follows:

FY year = "FY"&YEAR(EOMONTH(MAX([Date]),-2))
FY-Quater = "FY-Q"&QUARTER(EOMONTH(MAX([Date]),-2))
FY-Quater = "FY-Q"&QUARTER(EOMONTH(MAX([Date]),-2))

The final output is shown below:

vyalanwumsft_0-1626932256055.pngvyalanwumsft_1-1626932272404.png

https://www.youtube.com/watch?v=1-agbCF7HwY

If you have other needs for the financial year, you can create a scenario to illustrate the specific needs.

Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yalanwu-msft
Community Support
Community Support

Hi, @GideonTA ;

If you want to show the year\quater\month of Fiscal year . you could create measures as follows:

FY year = "FY"&YEAR(EOMONTH(MAX([Date]),-2))
FY-Quater = "FY-Q"&QUARTER(EOMONTH(MAX([Date]),-2))
FY-Quater = "FY-Q"&QUARTER(EOMONTH(MAX([Date]),-2))

The final output is shown below:

vyalanwumsft_0-1626932256055.pngvyalanwumsft_1-1626932272404.png

https://www.youtube.com/watch?v=1-agbCF7HwY

If you have other needs for the financial year, you can create a scenario to illustrate the specific needs.

Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Greg_Deckler
Community Champion
Community Champion

@GideonTA Depends on the specific format of your custom fiscal year, but here is a flexible DAX formula for a 445 custom fiscal calendar that I created:

DAX Custom 445 Calendar - Microsoft Power BI Community



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.