Forum Discussion
duybachhpvn
5 years agoFrequent Visitor
Data disappeared after expanding from Merging in PowerQuery
Hi, I'm facing a very strange behaviour of PowerQuery that after expanding new columns from a merging operations, some of the data in existing columns disappear after the new expansion step. ...
- 5 years ago
Hello duybachhpvn
you could try on your first expand step to add a Table.Buffer like this
Table.ExpandTableColumn(Table.Buffer(#"Filtered Rows1"),........If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too
Have fun
Jimmy
Jimmy801
5 years agoCommunity Champion
Hello duybachhpvn
you could try on your first expand step to add a Table.Buffer like this
Table.ExpandTableColumn(Table.Buffer(#"Filtered Rows1"),........
If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too
Have fun
Jimmy
duybachhpvn
5 years agoFrequent Visitor
Hi,
It seem to work for me now. But why was data disappearing without this Table.Buffer?