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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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."
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 49 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 130 | |
| 103 | |
| 58 | |
| 39 | |
| 31 |