Forum Discussion
Jendoren
3 years agoNew Member
Filter rows based on length in Power Query
Hello all! I am working with a table that has phone numbers of varying lengths in a column called dialednumber as part of the table ytd_cb. What I want is a query that will filter the table ...
Jakinta
3 years agoSolution Sage
Try the step below.
Table.SelectRows(YourPreviousStepName, each Text.Length([dialednumber])=11)