Forum Discussion
Anonymous
6 years agoNot applicable
Data transormation
Hi all, Need some tips and explanation about how to do this. I'm extracting data from several excel sheets (and multiple workbooks) : When i expand this column, i get someth...
- 6 years ago
Hi Anonymous ,
We can try to add a custom column:
Table.PromoteHeaders(Table.Transpose([NameOfYourSecondColumn]), [PromoteAllScalars=true])Then delete the old column and expand the new table column to meet your requirement.
Best regards,
jnixon
6 years agoAdvocate II
Hi,
Try selecting first two columns, unpivot other columns, then select Date column and Pivot that one.
Make sense?
Kind regards,
Jeff