Forum Discussion
hmbedford
5 years agoFrequent Visitor
Dataflow Refresh Error: DateTime operation failed because the resulting value falls outside the rang
Hi I have a dataflow setup which pulls from an onprem SQL server (Via gateway). The table has a Year, Month and Day column that I am using to build a date string: Table.AddColumn(#"Changed c...
lbendlin
5 years agoSuper User
Some questions: why are you specifying datetime but only feed it a date value ? Is that for incremental refresh?
And what's the reason for specifying the en-GB locale? That shouldn't really be necessary?
Note that you are not creating a string, you are creating a datetime value.