Forum Discussion
Anonymous
5 years agoNot applicable
Index column in calculated table
Hello, guys! Created dynamic date scales https://www.inkeysolutions.com/blogs/power-bi-dynamic-scales-values/ and got the problem. The x-axis sorted in a wrong way I created an "inde...
Angith_Nair
5 years agoContinued Contributor
Hi Anonymous ,
Create a sorting column in DateSlicer Table like this:
SortOrder = Month ( 'DateSlicer'[Value])
Then Sort Value column by SortOrder column.
This will resolve your issue..
If this helps, please mark this as a solution. Appreciate with Kuddos.
- Anonymous5 years agoNot applicable
Can`t do this. ''DateSlicer'[Value] has text format.