Forum Discussion
pect
8 years agoHelper I
Split column in multiple rows
Hello, I'd be very grateful if you could help me with an issue I've been struggling all the day through. I have data in below format (1st image) where some columns have multiple values separa...
- 8 years ago
Yes, I overlooked one required adjustment: there is still a "Source" in that line of code, that should be adjusted to #"Promoted Headers".
MarcelBeug
8 years agoCommunity Champion
Correct. The 2 is the second argument of List.Skip.
In this case it means that the first 2 column names are skipped, so the last 4 column names are returned.
pect
8 years agoHelper I
Thanks for all!