cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
nuhasan
Helper IV
Helper IV

Sort "MMM-YY" in monthly order for slicer

Hi all,

 

How do I sort my date below "MMM-YY" in monthly order for slicer?

 

Step I already try:

1. Sort axis - Month Year

 

nuhasan_0-1653875784440.png

 

 

Regards,

Nuha

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

Hi @nuhasan ,

 

If you have a date column, then add the following new column, and sort [Month Year] column by [YearMonthNum] column.

 

YearMonthNum = FORMAT ( [Date], "yyyymm" )

vkkfmsft_0-1654050638631.png

vkkfmsft_1-1654052938189.png

 

For more information, please refer to: Sort one column by another column in Power BI 

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
v-kkf-msft
Community Support
Community Support

Hi @nuhasan ,

 

If you have a date column, then add the following new column, and sort [Month Year] column by [YearMonthNum] column.

 

YearMonthNum = FORMAT ( [Date], "yyyymm" )

vkkfmsft_0-1654050638631.png

vkkfmsft_1-1654052938189.png

 

For more information, please refer to: Sort one column by another column in Power BI 

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you

Understood and thanks!!

 

nuhasan_0-1654068563262.png

 

wdx223_Daniel
Super User
Super User

add a new column of YearMonthNumber, then Sort By Column

Hi @wdx223_Daniel ,

 

What do you mean YearMonthNumber? Can you provide some example?

 

Regards,

Nuha

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors