The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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