Forum Discussion
Month 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.
8 Replies
- Tahreem24Super User
Your Date column is not a Date type. It's a text type.
- sameergupta60Helper IV
I 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")- Tahreem24Super User
- Tahreem24Super User
Follow this screen shot:
- sameergupta60Helper IV
Can u guide us on how to make it into financial year sort?
- AnonymousNot applicable
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.