Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In Power Query, you can split a column through different methods. Among the available split options in Power Query, this article examines how to split the selected column or columns wherever a non-digit comes before a digit.
Where to find Split Columns > By Non-Digit to Digit
You can find the Split Columns > By Non-Digit to Digit option in three places:
Home tab—under the Split Column dropdown menu inside the Transform group.
Transform tab—under the Split Column dropdown menu inside the Text Column group.
Right-click a column—inside the Split Column option.
Split columns by non-digit to digit into columns
The initial table in this example is the one shown in the following image, with a column for Pets and other extra columns. In this example, you only focus on the Pets column.
This column holds two values in each row:
- AnimalType—The first part is the type of animal.
- Number—The animal number that came into the person's life.
In this example, you want to split this column into the two columns described in the previous list. Select the column and then select the split the column by non-digit to digit option.
This single column splits into multiple columns, given every instance of a digit followed by a non-digit. In this case, it only splits into two columns.
Your final table looks like the following image.