Hi everyone
Within my table I have the following Year column and I want to convert it to the Date column:
| Year (string format) | Date (date format) (desired format) |
| 2020 | 01/01/2020 |
| 2021 | 01/01/2021 |
| 2022 | 01/01/2022 |
| 2023 | 01/01/2023 |
| 2024 | 01/01/2024 |
I want to do this so I can utilise line chart visualisations in Power BI.
I've tried using the DateTime tool but can't locate an incoming string YYYY option to convert. I'm thinking the Formula tool can resolve this and help with formula type would be appreciated!
Can anyone help?
Thanks
KA