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
Anonymous
Not applicable

How to sort the Month/Year in matrix.

Hello Comminity,

 

Can anyone guide on how sort the columns Month/Year, Have tried but couldnt get the desire reusults 

 

Please help.

 

pbi1.JPG

2 ACCEPTED SOLUTIONS
Thim
Resolver V
Resolver V

Here is how i would do it.

 

Make a new column at the table with the date.

Make the coloumn look like this.

Month/Year sorting = CONCATENATE(YEAR(Datoer[Date]);
IF(MONTH(Datoer[Date])<10;
CONCATENATE(0;MONTH(Datoer[Date]));
MONTH(Datoer[Date])))
 
Then choose the column with the year/month text and sort it by this new coloumn.
 
This should make the text being sorted in correct year/month by calender.

View solution in original post

I have Highligted the new part in the Formula.
 
Month/Year sorting = CONCATENATE(YEAR(Datoer[Date]);CONCATENATE("-";
IF(MONTH(Datoer[Date])<10;
CONCATENATE(0;MONTH(Datoer[Date]));
MONTH(Datoer[Date]))))
 
Hope this will help. 🙂

View solution in original post

5 REPLIES 5
Thim
Resolver V
Resolver V

Here is how i would do it.

 

Make a new column at the table with the date.

Make the coloumn look like this.

Month/Year sorting = CONCATENATE(YEAR(Datoer[Date]);
IF(MONTH(Datoer[Date])<10;
CONCATENATE(0;MONTH(Datoer[Date]));
MONTH(Datoer[Date])))
 
Then choose the column with the year/month text and sort it by this new coloumn.
 
This should make the text being sorted in correct year/month by calender.
Anonymous
Not applicable

Hi Thim,

 

Thnaks for the solution!

 

Furthermore on this we would like to add the - between Year/Month, So can you guide me on this please.

Current values: 201804

Expected values: 2018-04

I have Highligted the new part in the Formula.
 
Month/Year sorting = CONCATENATE(YEAR(Datoer[Date]);CONCATENATE("-";
IF(MONTH(Datoer[Date])<10;
CONCATENATE(0;MONTH(Datoer[Date]));
MONTH(Datoer[Date]))))
 
Hope this will help. 🙂
Anonymous
Not applicable

Thanks Thim for your kind support!

Anonymous
Not applicable

Hello Team,

 
I am trying to sort the month/year column but couldnt able to sort .
 
Can anyone help on this as I am new to power BI and trying to create the sales dashboard.

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.