Forum Discussion
phaum1967
8 years agoResolver I
Unpivot header
Hi everyone, I have serveral csv files that I want to transform. I want to create a function but I m unable to define how I can Unpivot all my files: The first row contains period of time fr...
- 8 years ago
Perhaps try this for your Promoted Headers:
#"Promoted Headers" = Table.PromoteHeaders(Source, [PromoteAllScalars=true]),
Greg_Deckler
8 years agoCommunity Champion
Perhaps try this for your Promoted Headers:
#"Promoted Headers" = Table.PromoteHeaders(Source, [PromoteAllScalars=true]),