Forum Discussion
Dhrutivyasa-070
3 years agoHelper I
Getting error while running python script
Dear Community users, i am getting error while writing python script in powerbi desktop below is my input and i need Forecast for next 365 days . my date is in datetime format be...
mlsx4
3 years agoMemorable Member
Your date is in format year month day(%y%m%d) and it is expected day month year (%d%m%y). 2022 would never be an acceptable value for a day