Tuesday, July 19, 2022

Tabular Editor Advanced = Search Filter sources

 

:Expression.ToUpper().Contains("APO")

:Name.EndsWith("Apo")

:Name.ToUpper().EndsWith("KEY")

Power Query - funcao limpa replace texto numero

//fnc_limpa_texto (TextValue as nullable text) => let     SafeText = if TextValue = null then "" else TextValue,     DigitsOnly...