Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Does anyone know how I would sort this waterfall chart by month and year?
January is 2021 the other months are 2020. I would like the chart to be ordered by month with the last month being January because it is in 2021
Solved! Go to Solution.
Hi, @dw700d
You can try to create a column with sort order as its value. Then sort Month column by this new column. For more details, you can refer Sort a Column with a Custom Order in Power BI.
Best Regards,
Caiyun Zheng
If this post helps, then please consider Accept it as the solutions to help the other members find it more quickly.
Hi, @dw700d
You can try to create a column with sort order as its value. Then sort Month column by this new column. For more details, you can refer Sort a Column with a Custom Order in Power BI.
Best Regards,
Caiyun Zheng
If this post helps, then please consider Accept it as the solutions to help the other members find it more quickly.
@dw700d , For that you have use Month Year.
Month Year = FORMAT([Date],"mmmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
and sort month uesr on Month year sort
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.