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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Generating Calendar Date Out of Fiscal Year and Month

How can I create calendar date (using the first date of each month) out of fiscal year and month?

 

jubaer101_0-1632841978041.png

For example, I would like the create the date column out of the first two columns?

2 REPLIES 2
Tanushree_Kapse
Impactful Individual
Impactful Individual

Hi @Anonymous ,

 

Follow the below steps:

1. Go to Edit Query/ Transform Data
2. Right click on the first column; Select option- Split using Delimiter.
    Specify the Delimiter "-"
3. You would get two seperate columns of Year. We'll use the one from whcih you need the year.
4. Now, in the same way split the other column using delimiter.
5. Name the seperated column as Month.
6. Now, Close and Apply.
7. In the Data View model: Add a new column in the table:
    DAX:  Date= FORMAT(DATE(YEAR(Table(Year), MONTH(Table(Month)), "01"), "mm/dd/yyyy")

Mark this as a solution, if I answered your question. Kudos are always appreciated.

Thanks

 

Anonymous
Not applicable

Thanks for the response.

 

But, I need to convert using both years as this is a financial year. For the months Jul-Aug-Sep-Oct-Nov-Dec, the year will be the first year and for the months Jan-Feb-Mar-Apr-May-Jun, the year will be the second year. 

 

See the row for January and February below-

 

jubaer101_0-1632845509177.png

Appreciate the help!

 

 

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.