Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I have a dataset with 2 years of retail transactions and the data includes Month and Year columnhs. I am trying to create a line chart to show decline in total cost over years and months but i can't get it to sort correctly.
Solved! Go to Solution.
@littlepatos2 You will need a numeric Sort By column for your Month, something like MONTH('Table'[Date]) and then set that as your Sort By column for your alphanumeric month name column.
In your semantic model, create a column that creates the correct sort order. For example, 2401 for January 2024, 2402 for February 2024, etc.... Then use that field instead for your X axis.
Hi @littlepatos2 ,
First of all, many thanks to for your very quick and effective replies.
I can't open the link.
Based on my testing, please try the following methods:
1.Create the simple table.
2.Select the Date column and choose the sort by values column.
3.The result is shown below.
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@littlepatos2 ,
Create a new month table with Months and Month Number. Sort Months by the Month number. Connect this table to original date table or whichever table you are pulling fields from on Month. Pull month from this new table into line chart.
@littlepatos2 You will need a numeric Sort By column for your Month, something like MONTH('Table'[Date]) and then set that as your Sort By column for your alphanumeric month name column.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
39 | |
26 | |
21 | |
19 | |
10 |
User | Count |
---|---|
41 | |
36 | |
34 | |
20 | |
14 |