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
Hello,
The raw data contains the year and period (month) as alphabets. How do I convert it to date? I want to convert it to date and then create a relation to connect it with the date table that I have created.
When I click on the ABC symbol in the year column and convert it to date then all values are converted to 01/01/2020. I want to use the month from the period column.
Thanks
Solved! Go to Solution.
@Anonymous , Try a new column (DAX)
New date = Date([Year],[Period],1)
Hi @Anonymous
you need to create a new custom column.
in power query syntax will be
= #date(Number.FromText([Year]),Number.FromText([Period]),1)
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 |
|---|---|
| 103 | |
| 81 | |
| 66 | |
| 50 | |
| 45 |