Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
my table look like this
Month|Monthno|Value
Jan|1|100
Feb|2|200
........
I want to visualize this as J F M... in the graph by respecting the values for each month in a YTD format sorted J F M format. How do I do this? Btw, I only have the current year values so it won't be confused by any other years.
You will have to create two calculated columns for this:
1 - Column Month(m) or anything then use the formula =left(table[month],1) to get the first letter of the month.
2 - Column Month(#) to get the month number, this will help you while sorting your Month(m) axis in a chart.
in the column, type/use this formula.
While it is possible to use custom date formats
they don't seem to be including a "single letter month" option. There are alternatives like this one