Forum Discussion
Anonymous
5 years agoNot applicable
Group by Rows then FillUp & FillDown for multiple columns
Hello, I'm trying to clean data on a project database where incremental information is added over time: Project NameDateRegionStyleSize CAM 1/21/2020 Africa Large CAM 6/10/2020 ...
- 5 years ago
Hi Anonymous , try this. Source is the table you upload to PQ editor.
= Table.ReverseRows(Table.FillDown(Table.ReverseRows(Table.FillDown(Source,{"Region","Style","Size"})),{"Region","Style","Size"}))
shaowu459
5 years agoResolver II
Hi Anonymous , try this. Source is the table you upload to PQ editor.
= Table.ReverseRows(Table.FillDown(Table.ReverseRows(Table.FillDown(Source,{"Region","Style","Size"})),{"Region","Style","Size"}))