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
dgodley12
New Member

Sorting Dates & Date Labels

Hello All, 

 

I am using a graph to show vendor spend, and it does not let me add the year next to the months. For example it only displays January and I want to it show January 2018. It also should be sorted in date order. All of the months are 2017, except Jan-Feb-March which are 2018. does anyone know how to fix this? graphbi

2 ACCEPTED SOLUTIONS
MFelix
Super User
Super User

Hi @dgodley12,

 

Add the following column to your data model:

 

Date Year = Format (Table[Date]; "YY - mmm")

You can format it in different ways and then use it on your chart.

 

Regards,

MFelix 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

danextian
Super User
Super User

Hi @dgodley12.

 

You can try this DAX formula as a calcualted column.

 

Month and Year =
FORMAT ( 'Table'[Date], "mmmm yyyy" )

 

And then create another calculated to sort Month and Year by.

 

Month and Year Sort =
 FORMAT ( 'Table'[Date], "yyyymm" )









Did I answer your question? Mark my post as a solution!


Proud to be a Super User!









"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

2 REPLIES 2
danextian
Super User
Super User

Hi @dgodley12.

 

You can try this DAX formula as a calcualted column.

 

Month and Year =
FORMAT ( 'Table'[Date], "mmmm yyyy" )

 

And then create another calculated to sort Month and Year by.

 

Month and Year Sort =
 FORMAT ( 'Table'[Date], "yyyymm" )









Did I answer your question? Mark my post as a solution!


Proud to be a Super User!









"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
MFelix
Super User
Super User

Hi @dgodley12,

 

Add the following column to your data model:

 

Date Year = Format (Table[Date]; "YY - mmm")

You can format it in different ways and then use it on your chart.

 

Regards,

MFelix 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



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.