Forum Discussion
sameergupta60
Helper IV
5 years agoMonth wise sort help
Hi, in the below screenshot I want to sort coloum by financial year. Can u guide us.
- Anonymous5 years ago
You can create a column chart and a slicer with month name field ,then sort the month name with the fiscal year number field.
For more information about sorting Data by Fiscal Year in Power BI,you can refer to this :
https://powerobjects.com/tips-and-tricks/sorting-data-fiscal-year-power-bi/
Hope it helps.
Best Regards,
Caitlyn Yan
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Tahreem24
Super User
5 years agoYour Date column is not a Date type. It's a text type.
sameergupta60
Helper IV
5 years agoI will explain what I have done.
I have a date column which I using Dax format & convert into "MMM YYYY"
Month Name = FORMAT(allbar[Finish],"MMM YYYY")
- Tahreem245 years ago
Super User
- sameergupta605 years ago
Helper IV
- Tahreem245 years ago
Super User
Is there any junky or blank value in that Date column? can you share sample of that original date column?