Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have a field for phone numbers in my data. A typical record should have 11 charecters in it.
But my data has a few outliers like 0, 00, 100, 15241, etc.
Is there a way I configure a filter in Power Query to just include rows with 11 charecters in this column?
Appreciate your help.
Thanks
Solved! Go to Solution.
You can add a custom column
=Text.Length([Field Name])
Then filter out this column for 11
You can add a custom column
=Text.Length([Field Name])
Then filter out this column for 11
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |