Forum Discussion
Anonymous
2 years agoNot applicable
Error in the Date format
Hi Team, Could you please help me in fixing the below error face in Power BI: Expression.Error: The Date operation failed because the resulting value falls outside the range of allowed values. Det...
ronrsnfld
2 years agoSuper User
In Power Query dates are supported from 1/1/0001. The problem lies elsewhere.
let
Source = #table(1,{{"1/1/0099"},{"1/1/0001"}}),
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type date}})
in
#"Changed Type"
Anonymous
2 years agoNot applicable
Hi Vijay,
Can you please explain briefly what is the issue?
Thanks
- ronrsnfld2 years agoSuper User
Not without seeing your data and code. And I'm not going to copy a screenshot.