Split Column
In Power Query, a column of text can be split into multiple columns and in a number of different ways to achieve the results you want. By default, the name of the new columns contains the same name as the original column with a suffix of a period (.) and a number that represents each split section from the original column. You can then rename the column.
Split Column Types - Click on the link below for details
Split a column by number of characters
Split a column by positions
Split a column by letter case combinations
Split a column by digit and non-digit combinations
Comments
Post a Comment