Forum Discussion
sameergupta60
5 years agoHelper IV
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.
sameergupta60
5 years agoHelper 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")
Tahreem24
5 years agoSuper User
- sameergupta605 years agoHelper IV
- Tahreem245 years agoSuper User
Is there any junky or blank value in that Date column? can you share sample of that original date column?