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
Solved! Go to Solution.
@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
Month Start Date = eomonth([Date],-1)+1
Hi @Jane689 ,
1. Go to the format tab.
2. Check the data type should be the date.
3. Change the format for FY2022
4. For format for FY22
Best Regards,
Shreya Mukkawar
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
Hi @Jane689 ,
1. Go to the format tab.
2. Check the data type should be the date.
3. Change the format for FY2022
4. For format for FY22
Best Regards,
Shreya Mukkawar
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
@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
Month Start Date = eomonth([Date],-1)+1
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
104 | |
76 | |
43 | |
31 | |
30 |
User | Count |
---|---|
139 | |
95 | |
85 | |
48 | |
40 |