// База_данных
let
Source = Excel.CurrentWorkbook(){[Name="База_данных"]}[Content],
#"Promoted Headers" = Table.PromoteHeaders(Source, [PromoteAllScalars=true]),
#"Changed Type" = Table.TransformColumnTypes(#"Promoted Headers",{{"SRI", Int64.Type}, {"LR", Int64.Type}, {"ZKZ", Int64.Type}, {"MU", Int64.Type}, {"GIR", Int64.Type}, {"UGIR", Int64.Type}, {"MU1", Int64.Type}, {"MK", Int64.Type}, {"REL", Int64.Type}, {"KV", Int64.Type}, {"SKNR", type number}, {"PL", type number}, {"ZK", Int64.Type}, {"VMR", Int64.Type}, {"AMZ1", Int64.Type}, {"AKL", Int64.Type}, {"AGR", Int64.Type}, {"BON", Int64.Type}, {"MTIP", type text}, {"DTG", type text}, {"SKAL1", type number}, {"TUR1H1", Int64.Type}, {"KL", Int64.Type}, {"STRATA", Int64.Type}, {"IZM", Int64.Type}}),
Decode = Table.TransformColumns(#"Changed Type", List.Transform({"DTG","MTIP"}, each {_, each Text.FromBinary(Text.ToBinary(_, 866),1251)}))
in
Decode