Forum Discussion
Month Slicer Sorting
Hi, I did understand what you did.
The previous scenario what I mentioned has the following issues
a) 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?
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?