let
origem = TabelaExemplo, // Fonte da tabela
selecionarNumericos = Table.SelectRows(origem, each Value.Is(Value.FromText([ColunaValores]), type number)) // Filtrar apenas valores numéricos
in
selecionarNumericos
//fnc_limpa_texto (TextValue as nullable text) => let SafeText = if TextValue = null then "" else TextValue, DigitsOnly...
No comments:
Post a Comment