Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
15 | |
13 | |
8 | |
7 | |
6 |