Forum Discussion
Month Slicer Sorting
Hi Hari_Gopal
In my pbix file , you can find the ID for slicer and number for column chart are different columns , in column chart , the sorting is based on the column of Apr=1, May=2 as the standard .
I changed it in my pbix file and attached it again , you can refer to it .
Best Regard
Community Support Team _ Ailsa Tao
- Hari_Gopal4 years agoAdvocate I
Hi, I did understand what you did.
The previous scenario what I mentioned has the following issuesa) If we select present fiscal year, months order is changing in slicer and
b) you placed number column in value field of bar chart but if we place some other value column in value field, how can we sort?
- Anonymous4 years agoNot applicable
Hi Hari_Gopal
Then you can only start with the name of the X-axis value, and you can add an order in front, but the display is not so good. Create a calculated column and put it in Axis .
Column = 'Table'[number] & "-" &'Table'[Month]Best Regard
Community Support Team _ Ailsa Tao
- Hari_Gopal4 years agoAdvocate I
Ok, thank you Anonymous.
But what about this thing
a) Let us assume that we have fiscal year and respective months column,
Present fiscal year doesnt have all the 12 months, then months order in the slicer is changing. How can we fix it?