Forum Discussion
frano72
4 years agoHelper IV
PQ int64 type conversion - explicit versus in Add.Column statement - different results (bug ?)
Hi, You can perform a type conversion within an Add.Column statement without having to do a second step after. Looks like this : Table.AddColumn(#"Changed to Date", "ShiftIndex", each Text....
- 4 years ago
Hi frano72 ,
my friend Lars Schreiber has a good explanation why this happens and how to avoid here: Ascribed types in M: why to generally avoid them (ssbi-blog.de)
ImkeF
4 years agoCommunity Champion
Hi frano72 ,
my friend Lars Schreiber has a good explanation why this happens and how to avoid here: Ascribed types in M: why to generally avoid them (ssbi-blog.de)