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 used to build different graphs., e.g.
The problem is that I would use the abbreviated month to save space but I cannot find the way, I tried several approached but none of them worked. Could you help me?
hi 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: