Forum Discussion
massotebernoull
Helper I
4 years agoReplace values with text contains
I Have this table USER SCHOOL [email protected] [email protected] [email protected] school4 [email protected] school1 [email protected] school1 [email protected]...
wdx223_Daniel
Community Champion
4 years ago= Table.ReplaceValue(#"Filtered Rows", each [USER],"school1",(x,y,z)=>if Text.Contains(y, "school1") then z else x, {"SCHOOL"})