Forum Discussion
Anonymous
7 years agoNot applicable
Dynamic select columns to fill "up/down"
Table 1 has column of data (4 rows) and I tranpose this data into a sigle row. I append this query to another table and then want to fill "up or down" this appended data. The formula looks li...
- 7 years ago
Hi - Try Below.
Table.FillDown(#"Appended Query",Table.ColumnNames(#"Appended Query"))
Thanks
Ankit JainDo Mark it as solution if the response resolved your problem. Do like the response if it seems good and helpful.
AnkitBI
Solution Sage
7 years agoHi - Try Below.
Table.FillDown(#"Appended Query",Table.ColumnNames(#"Appended Query"))
Thanks
Ankit Jain
Do Mark it as solution if the response resolved your problem. Do like the response if it seems good and helpful.
- Anonymous6 years agoNot applicable
Excellent suggestion! Its exatcly what I needed! Thank you!
AnkitBI wrote:Hi - Try Below.
Table.FillDown(#"Appended Query",Table.ColumnNames(#"Appended Query"))
Thanks
Ankit JainDo Mark it as solution if the response resolved your problem. Do like the response if it seems good and helpful.