Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
Can any one please help me on below issue.
How to sort MonthName from January to December in Slicer.
Thanks in advance.
Solved! Go to Solution.
Hi,
You can a calculated column to get month numbers
Then sort the Month Name column by Month Number column
Month_Number =
SWITCH (
[MONTH_Name],
"August", 08,
"December", 12,
"July", 07,
"November", 11,
"October", 10,
"September", 09,
"April", 04,
"February", 02,
"January", 01,
"March", 03,
"May", 05,
"June", 06
)
Check this post as well
http://www.excelnaccess.com/custom-sorting-in-power-bi/
Hi,
You can a calculated column to get month numbers
Then sort the Month Name column by Month Number column
Month_Number =
SWITCH (
[MONTH_Name],
"August", 08,
"December", 12,
"July", 07,
"November", 11,
"October", 10,
"September", 09,
"April", 04,
"February", 02,
"January", 01,
"March", 03,
"May", 05,
"June", 06
)
Check this post as well
http://www.excelnaccess.com/custom-sorting-in-power-bi/
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 82 | |
| 71 | |
| 50 | |
| 46 |