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 there - I am trying to remove rows in a table using power query. I want to remove all rows where ID_Number column has less than 11 digits.
Example:
99010112341 - keep
245 - remove
Is there a simple way to do this?
Kind regards
Solved! Go to Solution.
@twosixfourBI , Filter in power query . Or create a column and filter for true
Number.IntegerDivide([Column],10000000000) >=1
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
71 | |
70 | |
38 | |
28 | |
26 |
User | Count |
---|---|
97 | |
88 | |
59 | |
43 | |
40 |