Yuppiedad
New member
Hi,
It is quite strange that data type of all columns changed to "ANY" after executing Table.Replace,Value. No problem if I just replace null with other word such as "Hello". The problem shows when I replace null with data from other column. In my case here is the data from [Product Line.1].
Is it a bug? Can it be fixed?
#"Replaced Value3" = Table.ReplaceValue(#"Reordered Columns",null,each [Product Line.1],Replacer.ReplaceValue,{"Product Line"}),
Thanks,
WaiChung
It is quite strange that data type of all columns changed to "ANY" after executing Table.Replace,Value. No problem if I just replace null with other word such as "Hello". The problem shows when I replace null with data from other column. In my case here is the data from [Product Line.1].
Is it a bug? Can it be fixed?
#"Replaced Value3" = Table.ReplaceValue(#"Reordered Columns",null,each [Product Line.1],Replacer.ReplaceValue,{"Product Line"}),
Thanks,
WaiChung