Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I have a table containing, Year, and WeekNumber in two columns the data, WeeklyPercentage, and a sorting column Sort.
I want to display the data on a graph with year and week number along x axis, WeeklyPercentage on the y axis and EscatlationLevel as the legend.
The graph always displays with the sorted by the WeeklyPercentage descending (sorted by y axis rather than x axis). I want to display with the x axis sorted
I have added the Sort column, but if I try and sort the WeeklyPercentage columns (contains duplicates) by this Sort column (doesn't contain duplicates) I get the following error.
How do I display with the X axis is sorted by Year and then WeekNo?
Solved! Go to Solution.
Hi @Anonymous
You may try to use 'Sort by' as below picture.
Regards,
Cherie
Hi @Anonymous
You may try to use 'Sort by' as below picture.
Regards,
Cherie
That seems to have sorted it. So Simple when you know how!
can you add some sample data. So, I can try.
| User | Count |
|---|---|
| 23 | |
| 20 | |
| 19 | |
| 19 | |
| 10 |
| User | Count |
|---|---|
| 53 | |
| 52 | |
| 41 | |
| 37 | |
| 32 |