Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 7 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 15 | |
| 13 | |
| 12 | |
| 9 |