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,
My data has no date column and has a month column(Jan, Feb, Mar...Dec) and a year column respectively, can I transform it with DAX?
For example
Month Year
| Jan | 2022| --> 1/1/2022
Thanks
Ryan
Solved! Go to Solution.
Hi, @RyanLau
You can try the following methods.
Date = DATEVALUE('Table'[Year]&"/"&'Table'[Month]&"/"&"1")
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @RyanLau
You can try the following methods.
Date = DATEVALUE('Table'[Year]&"/"&'Table'[Month]&"/"&"1")
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Charlotte,
It really works, many thanks!
Regards
Ryan
combine date and year column then change the data type to Date
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
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 |
|---|---|
| 63 | |
| 51 | |
| 41 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 122 | |
| 106 | |
| 47 | |
| 30 | |
| 24 |