Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello all,
I have a column with numbers. All numbers should be 6 digits long. However, some contain more, some less.
I figured out how to eliminate those with more than 6 numbers: by splitting the column. But how to eliminate those with less?
Can I use a filter? Do I need a new column? Any help would be appreciated. Thanks.
Solved! Go to Solution.
Use Text.Length in Power Query to find length and sort away all who are not 6 🙂
This worked, thanks!
Use Text.Length in Power Query to find length and sort away all who are not 6 🙂