Forum Discussion
Anonymous
5 years agoNot applicable
Table with headings in rows?
Hello everyone I have to create a report about workers, but this report should be builded like a photo. I have a table with about 9,000 rows (amount of rows is floating) and one heading with name of...
- 5 years ago
Table.Combine(List.Transform(Table.Split(PreivousStepName,1),Table.DemoteHeaders))
wdx223_Daniel
5 years agoCommunity Champion
Table.Combine(List.Transform(Table.Split(PreivousStepName,1),Table.DemoteHeaders))
Anonymous
5 years agoNot applicable
Awww It's fast and simply! Thank you so much.