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
bdehning
Post Prodigy
Post Prodigy

Sorting Custom Column

I created a Custom Column to show the following 

Custom Column.PNG

 

 

 

 

 

 

 

 

 

Now what do I need to do to sort this column so it is date order like

 

Jan 2022, Feb 2022, Mar 2022, Apr 2022, May 2022, etc.  ?

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

Hi @bdehning ,

 

According to your description, here are my steps you can follow as a solution.

(1)Click "Transform Data" to enter the Power Query editor, sort the dates in ascending order, and click Add Index Column from 1.

Picture2.png

(2)Click "Close and Apply", go back to desktop, switch to "Data" view, click to sort columns, and select index columns.

Picture1.png

(3)Then the result is as follows.

vtangjiemsft_1-1669625930796.png

Best Regards,

Neeko Tang

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

2 REPLIES 2
v-tangjie-msft
Community Support
Community Support

Hi @bdehning ,

 

According to your description, here are my steps you can follow as a solution.

(1)Click "Transform Data" to enter the Power Query editor, sort the dates in ascending order, and click Add Index Column from 1.

Picture2.png

(2)Click "Close and Apply", go back to desktop, switch to "Data" view, click to sort columns, and select index columns.

Picture1.png

(3)Then the result is as follows.

vtangjiemsft_1-1669625930796.png

Best Regards,

Neeko Tang

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

Jayee
Responsive Resident
Responsive Resident

Hi @bdehning ,

 

Quick solution: create a measure with max of your date column then use it in tooltip and sort by measure in visual.

 

Best Solution: create another calculated column like below

 

Sort = Year(date)*100+Month(date)

 

And sort your month and year column which is used in X axis with Sort column which we have created

 

For Reference: https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-sort-by-column?tabs=powerbi-deskto...

 

If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!

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.