In PowerBI when i use find/replace it produces the following: = Table.ReplaceValue(Custom2,"-999","",Replacer.ReplaceText,{"Column1"})
But I'd like to replace -999 in all columns, not just Column1. I'd also like to not have to define a list of all the column names. Is there a way to do this find replace in all columns with a wildcard or something? Any help is much appreciated.