Forum Discussion
Br1bn
3 years agoRegular Visitor
Month Abbreviation
Hi, in my data I have two fields YEAR and MONTH that I used to create a new column Date = DATE (Data[YEAR],Data[MONTH] ,1) and setting its data type as Date/time I obtain this: which I us...
FreemanZ
Super User
3 years agohi Br1bn
For chart visuals, you can always add another field to the tooltips and sort with the tooltips field.
e.g. another column like:
MonthNumber= FORMAT ( [Date], "MM" )
like this:
Br1bn
3 years agoRegular Visitor
The downside of this solution in that now in the tooltip I have also che MonthNumber field when I go over with the mouse