The demand to unstacking a column into a table is not rare (see here for example: PowerBIForum ) . Also if you copy a table from a post in the Power BI community forum to the enter-data-section in Power BI, it will show up as such a one-column-table.
Task

Solution
Table.FromRows( List.Split( Table1[Column1], 3) )
..provided that your table is named “Table1”