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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Jane689
Helper I
Helper I

Have date column in the format Jan FY22 instead of Jan 2022 without converting it to text data type

I have a Date column with values in the format March 2023 and i want it to display in the format March FY23 without converting that column to text data type.

Basically i want 2023 to be displayed as FY23 and 2022 to be displayed as FY22 and so on

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Jane689 , in the column tool format, try like MMMM \F\YYY

But you have to do it for month's start date. As date will continue to group like date not month

amitchandak_0-1669814537436.png

 

 

Month Start Date = eomonth([Date],-1)+1

 

View solution in original post

shreyamukkawar
Resolver II
Resolver II

Hi @Jane689 ,

1. Go to the format tab.

2. Check the data type should be the date.

3. Change the format for FY2022

 

shreyamukkawar_0-1669814643047.png

4. For format for FY22

shreyamukkawar_1-1669814744747.png

Best Regards,
Shreya Mukkawar

Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!

 

 

View solution in original post

2 REPLIES 2
shreyamukkawar
Resolver II
Resolver II

Hi @Jane689 ,

1. Go to the format tab.

2. Check the data type should be the date.

3. Change the format for FY2022

 

shreyamukkawar_0-1669814643047.png

4. For format for FY22

shreyamukkawar_1-1669814744747.png

Best Regards,
Shreya Mukkawar

Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!

 

 

amitchandak
Super User
Super User

@Jane689 , in the column tool format, try like MMMM \F\YYY

But you have to do it for month's start date. As date will continue to group like date not month

amitchandak_0-1669814537436.png

 

 

Month Start Date = eomonth([Date],-1)+1

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors