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
Dear experts,
I my data, U have year column, but is not as date formate like the column below, How I can convert this column to date to allow to to use time intelligence functions to calculate Year over Year (Y0Y).
| Year |
| 2020 |
| 2021 |
| 2020 |
| 2019 |
| 2019 |
| 2020 |
| 2020 |
| 2021 |
Solved! Go to Solution.
@Anonymous Try:
Column = DATE([Year],1,1)
@Anonymous Try:
Column = DATE([Year],1,1)
You should be able to change it to date in Power Query. See this for screen shot and steps - https://community.powerbi.com/t5/Power-Query/Converting-text-year-to-date-in-Power-Query/td-p/153128...
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!