How can I loop trough elements in columns in a powerbi function?
问题 I want to write a Function for cleaning numbers. While leaving them as text. So, in my queries I want to use e.g.: = CleanRN(PrevQueryTable, {"NumericTextColumn"}) The function is supposed to remove all non numeric characters and leading zeroes in not already numeric texts. (But the function is not the point for this question.) So in the queries themselves I can go with = Table.ReplaceValue(Benutzerdefiniert2,"_","",Replacer.ReplaceText,{"ONKZ/RufNr"}) or = Table.ReplaceValue(#"Ersetzter