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
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
UNPUBLISH DELETE