Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update split-columns-positions.md to correct a note #550

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions powerquery-docs/split-columns-positions.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ The result of that operation will give you a table with three columns.

:::image type="content" source="media/split-columns-positions/into-columns-split-column-pre-final.png" alt-text="Sample transformed table after splitting column into columns by positions.":::

>[!Note]
>Power Query will split the column into only two columns. The name of the new columns will contain the same name as the original column. A suffix created by a dot and a number that represents the split section of the column will be appended to the name of the new columns.
> [!Note]
> Power Query will split the column into as many columns as the number of positions specified. The names of the new columns will contain the same name as the original column, suffixed by a dot and a one-based number that represents the split section of the column. In the example above, the column named **Column1** will be split into three columns named **Column1.1**, **Column1.2** and **Column1.3**.

You can now change the name of the columns, and also define the data types of each column as follows:

Expand Down