Hello - I have a {Month} column with numbers 1 through 12 for the month. I have been trying to make a date out of it -- meaning to add a 1 for the day and 2022 for the year. I have tried multiple different ways but keep getting conversion errors - here's the formula i have so far. Any help with this is greatly appreciated!
datetimeformat("2022-"+PadLeft(ToString([Month]),2,'0')+"-01",'%m-%d-%Y')
ERROR: ConvError: Select (274): Date: "01-01-2022 00:00:00" is not a valid DateTime