Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I am not able to sort axis based on monthName , Month names are as per finacial year somehow November nad decmeber sitting next to each other , is there any way to sort them out
Solved! Go to Solution.
Hi, @heygau ;
I reproduced your issue as follows:
And you could sort by year and month.
Then the month column sort by "month-sort" column.
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @heygau ;
I reproduced your issue as follows:
And you could sort by year and month.
Then the month column sort by "month-sort" column.
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you @Tony_Kuiper @amitchandak
Its not helping me, because the X-axis shows last 13 months, somewhat Novemeber Data(Current Year, Previous Year ) is sitting next to each other
Have you checked if the sort option is available in the top right of the visual??
If not... I like to create a column
@heygau , You month need have month sort column
for cal year
Month Year = FORMAT([Date],"mmm")
Month Year sort = month([DAte])
For FY assume FY is not same for all month , year start from NOV
Month Year = FORMAT([Date],"mmm")
Month Year sort = if( month([DAte])<11, month([DAte])+2, month([DAte])-10)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
70 | |
55 | |
38 | |
31 |
User | Count |
---|---|
78 | |
64 | |
64 | |
49 | |
45 |