Forum Discussion
POWERBI YYMMMM Sorting in Graph
- 5 months ago
Hi SyiraSamsudin
Please follow the below steps to get your result.
1. create calculated column in date table
YMInt = 'Table'[Year] * 100 + 'Table'[MonthNumber]
2. Now
Go to Table View > Click YM column (the one used in chart) > Go to Column Tools > Click Sort by Column > Select YMInt
3. Go to the visual > click the three dot (upper right side of the chart) > Sort the axis > click on YMInt|
If this answers your questions, kindly accept it as a solution and give kudos๐.
Hi SyiraSamsudin
Please follow the below steps to get your result.
1. create calculated column in date table
YMInt = 'Table'[Year] * 100 + 'Table'[MonthNumber]
2. Now
Go to Table View > Click YM column (the one used in chart) > Go to Column Tools > Click Sort by Column > Select YMInt
3. Go to the visual > click the three dot (upper right side of the chart) > Sort the axis > click on YMInt|
If this answers your questions, kindly accept it as a solution and give kudos๐.