Forum Discussion
Anonymous
2 years agoNot applicable
How to use a mid-table row as the column headers, while still keeping the above table rows
Good day everyone! I am relatively new to Power Bi Desktop and am hoping for answers to my current problem. I've imported data from an Excel Workbook and am now trying to format my data. I've...
Idrissshatila
Super User
2 years agoAnonymous ,
in the last row after the "in" replace the #"Changed Type" with #"Promoted Headers"
Anonymous
2 years agoNot applicable
No dice, unfortunately.
- Idrissshatila2 years ago
Super User
Anonymous , replace the promoted header line with this
#"Promoted Headers" = Table.PromoteHeaders(Table.Skip(#"Changed Type",1), [PromoteAllScalars=true])
- Anonymous2 years agoNot applicable
This works, but unfortunately, I've lost some of the data