Forum Discussion
ironboy0418
Helper II
3 years agoHow to set a default sorting for a chart?
I do have two slicers that are inter-dependent with each other: The objective is whichever I select weekly, monthly, or quarterly in the relative slicer. The below report will be s...
MohammadLoran25
Solution Sage
3 years agoHi ironboy0418 ,
Click on your field (Year-month which you have put on you X-Axis)
Then from the upper ribbon in the "Column Tools" select the "Sort By Column" section and sort it by the column YearMonth (if you do not have YearMonth Field you can Create it as a calculated column in your datetable as below):
CONVERT(FORMAT(DateTable[Date],"YYYYMM"),INTEGER)
If this answer solves your problem, give it a thumbs up and accept it as a solution so the others would find what they need easier.
Regards,
Loran
- ironboy04183 years ago
Helper II
- MohammadLoran253 years ago
Solution Sage
I could not get what you meant by the picture. Could you please wxplain more what is wrong with it exactly?
ironboy0418 Thanks.
- ironboy04183 years ago
Helper II
MohammadLoran25 It didn't achieve the objectives even if I did the above recommendation of yours