Forum Discussion
Split column in multiple rows
- 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".
Thanks again Marcel!
Still it appears this error:
Do you have any idea why it happened?
Thanks again and sorry for the inconvenience!
Àlex
Yes, I overlooked one required adjustment: there is still a "Source" in that line of code, that should be adjusted to #"Promoted Headers".
- pect8 years agoHelper I
Thank you so so much!!
It worked perfectly! Really appreciate your help and time.
Best regards.
Àlex
- pect8 years agoHelper I
Excuse me Marcel,
I have a fast question about the line "ExpandedTables". The reason of the number 2 of the end of the line is the result of 6 (number of columns) - 4 (number of columns with multiple items)?
I thank you again for your huge help.
Regards.
Àlex
- MarcelBeug8 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.
- pect8 years agoHelper I
Thanks for all!