Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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
Regards,
Nuha
Solved! Go to Solution.
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" )
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.
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" )
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!!
add a new column of YearMonthNumber, then Sort By Column
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.