Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.