Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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 to only show phone numbers that are 11 digits in length.
Thank you!
Thanks Jakinta!!!
Hi @Jendoren,
Give this a go. Set a manual filter on that column in your table, this is just to create the bulk of the syntax.
Next inside the formula bar update the code as highlighted here:
Please mark this answer as solution when it helped you to resolve your question, thanks!
Try the step below.
Table.SelectRows(YourPreviousStepName, each Text.Length([dialednumber])=11)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.