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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
ConnieMaldonado
Responsive Resident
Responsive Resident

Display date as MMM-YY but maintain date type

I have a date column in my table:

 

Date
1/1/2022
2/1/2022
3/1/2022
4/1/2022

 

I want to display the date in a matrix visual as "MMM-YY".  I don't see that format as a choice in the format display options.  If I use FORMAT(Date,"MMM/YY"), I lose the sorting by date as the column becomes text.

 

It seems like this is an easy problem to solve.  Is there any way to add a custom format type to the date Format drop down?

 

Thanks.

1 ACCEPTED SOLUTION
Mikelytics
Resident Rockstar
Resident Rockstar

Hi @ConnieMaldonado 

 

you can transform the data in Power Query when you load the data into POwer BI.

Mikelytics_0-1670863007025.png

 

Date.FromText([Date],[Format="M/d/yyyy"])

 

Please make sure to write months in capital M and the restr in small letters.

 

Date.FromText - PowerQuery M | Microsoft Learn

 

Best regards

Michael

-----------------------------------------------------

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Appreciate your thumbs up!

@ me in replies or I'll lose your thread.

-----------------------------------------------------

LinkedIn

------------------------------------------------------------------
Visit my blog datenhungrig which I recently started with content about business intelligence and Power BI in German and English or follow me on LinkedIn!

View solution in original post

2 REPLIES 2
ConnieMaldonado
Responsive Resident
Responsive Resident

Awesome!  I never knew you could do that.  Thank you!

Mikelytics
Resident Rockstar
Resident Rockstar

Hi @ConnieMaldonado 

 

you can transform the data in Power Query when you load the data into POwer BI.

Mikelytics_0-1670863007025.png

 

Date.FromText([Date],[Format="M/d/yyyy"])

 

Please make sure to write months in capital M and the restr in small letters.

 

Date.FromText - PowerQuery M | Microsoft Learn

 

Best regards

Michael

-----------------------------------------------------

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Appreciate your thumbs up!

@ me in replies or I'll lose your thread.

-----------------------------------------------------

LinkedIn

------------------------------------------------------------------
Visit my blog datenhungrig which I recently started with content about business intelligence and Power BI in German and English or follow me on LinkedIn!

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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