let
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("JcqxDcAgDATAXVxT+N9yyM+C2AClY/9Y0J5uDIMcesKapUd6kjZbcQgpFH97rUP03sH3TjBUc/4=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type text) meta [Serialized.Text = true]) in type table [Notification = _t, Material = _t]),
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Notification", Int64.Type}, {"Material", Int64.Type}}),
#"Replaced Value" = Table.ReplaceValue(#"Changed Type",each [Material], each if [Notification] = 1391591 then 51111807 else [Material],Replacer.ReplaceValue,{"Material"})
in
#"Replaced Value"