Forum Discussion

duybachhpvn's avatar
duybachhpvn
Frequent Visitor
5 years ago
Solved

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.   ...
  • Jimmy801's avatar
    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