Forum Discussion
samuel_kodjoe
May 14, 2021Copper Contributor
power query - data cleaning and analysis
Hi Team, Please the attached excel workbook contains two sheet namely "system data" which was generated from a system and the second sheet "transformed" which was generated using "text to column". i...
- May 15, 2021
i am talking about the fixed width feature as shown belowSergeiBaklan
SergeiBaklan
May 15, 2021Diamond Contributor
Actually that is much more powerful Table.SplitColumn() function which could be called from here
samuel_kodjoe
May 15, 2021Copper Contributor
i am talking about the fixed width feature as shown belowSergeiBaklan
- SergeiBaklanMay 15, 2021Diamond Contributor
In your case it's not very needed. As variant, you may select Split from Non-digit to digit and in formula bar change
on
Result will be the same as you split by positions the sample we discussed.
- samuel_kodjoeMay 15, 2021Copper Contributor
Your method worked perfectly but failed to split the headings. i also applied the same method to a different data with the same problem and the results were not up to expectation but with "text to column" it worked in all the different data it was applied to. SergeiBaklan