Forum Discussion
PowerBI Date Fields not Sorting Correctly
- 4 years ago
Anonymous , If you have column month which you are using in the hierarchy, you need to have sort column.
Or create month column and month sort column. And mark month sort as sort column
Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")Month = FORMAT([Date],"mmm")
Month sort = FORMAT([Date],"mm")refer
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Anonymous , If you have column month which you are using in the hierarchy, you need to have sort column.
Or create month column and month sort column. And mark month sort as sort column
Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
Month = FORMAT([Date],"mmm")
Month sort = FORMAT([Date],"mm")
refer
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column