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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
benidoink
Frequent Visitor

Slicer order by Month

Hi Guys,

Is there a way to sort the slicer by month order like (January to December)? See below the screenshot of the slicer. 
The only option I saw was sort descending and sort ascending.
Or you can give me a suggestion of what I will use in case this will not work. What I wanted is a monthly button that when I select the dashboard will refresh based on the data source.

benidoink_0-1646408694861.png

Thank you.

 

1 ACCEPTED SOLUTION
Samarth_18
Community Champion
Community Champion

Hi @benidoink ,

 

Create column with below code and sort the month column with the newly create column.

 

Month_num = MONTH([Date])

 

 

Samarth_18_0-1646410227166.png

 

Thanks,

Samarth

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

View solution in original post

2 REPLIES 2
benidoink
Frequent Visitor

Hi @Samarth_18 ,

Thank you for this sample I will use this. 
But my main concern is the sorting of Months in the Slider. as I mentioned above. I wanted to sort the slicer Starting from January, February, March, April, May..... to December. 


benidoink_0-1647421594747.png

Thank you

 

Samarth_18
Community Champion
Community Champion

Hi @benidoink ,

 

Create column with below code and sort the month column with the newly create column.

 

Month_num = MONTH([Date])

 

 

Samarth_18_0-1646410227166.png

 

Thanks,

Samarth

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors