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.
Greetings,
So I have an issue where the months are sorted apparently by name from A-Z in the X-axis of the graph in the picture. Then there's the query table of how they are aligned accordingly. Is there any way to make it so it shows JUST like in the table? I am able to do it in excel where April is the starting point and May is the next and so on.
Thanks in advanced.
Months sorted by name in graph and the actual table
Solved! Go to Solution.
Hi @Daemetius
According to your description above, you should be able to follow steps below to sort the Months column with April starting out and then May, June, July, August, September, October, November, December, January, February, March in your scenario.
1. Add an Index Column under Query Editor > Add Column tab > Index Column. And click Close&Apply under Home tab.
2. Select Months column, click Sort by Column and select Index.
Then the Months column will be sort properly.
Regards
@v-ljerr-msft wrote:Hi @Daemetius
According to your description above, you should be able to follow steps below to sort the Months column with April starting out and then May, June, July, August, September, October, November, December, January, February, March in your scenario.
1. Add an Index Column under Query Editor > Add Column tab > Index Column. And click Close&Apply under Home tab.
2. Select Months column, click Sort by Column and select Index.
Then the Months column will be sort properly.
Regards
What I did was add a date column with mm/dd/yyyy format, for example March 1, 2017 and that also solved it.
You will want to use Sort By functionality.
@smoupre wrote:You will want to use Sort By functionality.
I tried it (if this is the one you are referring to). I sorted by Month and it automatically sorts its by Name like in the picture of the X-axis. It's very frustrating. I honestly don't know why it's doing it, when clearly the table has it in the right order I desire.
You would need to sort by Month number, not Months. If you do not have a separate column for month number, you can create one using DAX's MONTH() function.
@deldersveld wrote:You would need to sort by Month number, not Months. If you do not have a separate column for month number, you can create one using DAX's MONTH() function.
I'm quite beginner with DAX functionalities. How would that work exactly? You are saying I require a column with the actual numerical months so that it may be actually sorted correctly, but I can do it with DAX?
Would that sort it from January to December? I would like for it to sort it in the order that it's in the query table. I was able to make the graph in the exact order in Excel with April starting out and then May, June, July, August, September, October, November, December, January, February, March.
Hi @Daemetius
According to your description above, you should be able to follow steps below to sort the Months column with April starting out and then May, June, July, August, September, October, November, December, January, February, March in your scenario.
1. Add an Index Column under Query Editor > Add Column tab > Index Column. And click Close&Apply under Home tab.
2. Select Months column, click Sort by Column and select Index.
Then the Months column will be sort properly.
Regards
@v-ljerr-msft wrote:Hi @Daemetius
According to your description above, you should be able to follow steps below to sort the Months column with April starting out and then May, June, July, August, September, October, November, December, January, February, March in your scenario.
1. Add an Index Column under Query Editor > Add Column tab > Index Column. And click Close&Apply under Home tab.
2. Select Months column, click Sort by Column and select Index.
Then the Months column will be sort properly.
Regards
What I did was add a date column with mm/dd/yyyy format, for example March 1, 2017 and that also solved it.
Hi @Greg_Deckler,
Great to hear the problem got resolved! Could you accept helpful replies as solution to help others who may also have the similar issue easily find the answer and close this thread?
Regards
Additionally, is your organic data labeled as pictured (Named months) or is it in a date format
@Miskondukt wrote:Additionally, is your organic data labeled as pictured (Named months) or is it in a date format
- 1/1/17
- 2/1/17
- 3/1/17 ...
The data I get it from is from Excel table and no, it's a column with the name of the months. I think it may be the culprit since the cells are formatted as text for that column.
Have you tried using that section cut off on the right of your image for formatting your values to dates? You currently have it listed as text, perhaps date will help in your issue.
@Miskondukt wrote:Have you tried using that section cut off on the right of your image for formatting your values to dates? You currently have it listed as text, perhaps date will help in your issue.
This is what I have. All grayed out except text.
Updated Screenshot
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 | |
71 | |
55 | |
37 | |
31 |
User | Count |
---|---|
90 | |
62 | |
61 | |
49 | |
45 |