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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi Team,
I have month names in m data I want to get month numbers.
I dont have date column.
| Month | Required Results |
| Jan | 01 |
| Feb | 02 |
| Mar | 03 |
| Apr | 04 |
| May | 05 |
| Jun | 06 |
| July | 07 |
| Aug | 08 |
| Sep | 09 |
Thanks !
Solved! Go to Solution.
Hi,
Please check the below picture and the attached pbix file.
It is for creating a new column.
Required result CC =
MONTH ( CONVERT ( "2022-" & Data[Month] & "-01", DATETIME ) )
Hi,
Please check the below picture and the attached pbix file.
It is for creating a new column.
Required result CC =
MONTH ( CONVERT ( "2022-" & Data[Month] & "-01", DATETIME ) )
I tried this and I got this error: "Cannot convert value 'May' of type Text to type Date."
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 53 | |
| 42 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 121 | |
| 103 | |
| 46 | |
| 30 | |
| 24 |