Forum Discussion

Digger's avatar
Digger
Post Patron
4 years ago

Variable in columns

I have 1000 countries,    CountryName = "ES", Position = List.PositionOf(List.Transform(Translate[CountryName], (x) => Text.Contains("tipo", x)), true)     How to put CountryName  as variable i...