Forum Discussion

WillemM's avatar
WillemM
Helper I
1 year ago
Solved

Issue merging and expanding afterwards

Hello, I'm experiencing an unexpected result in my Powerquery steps. Hope someone can help me understand what is happening or advice on what i'm doing wrong. The join-step gives exactly the right a...
  • Chewdata's avatar
    Chewdata
    1 year ago

    Have you tried to do a Table.Buffer() before the join?
    Buffer = Table.Buffer(#'Changed Type1')
    You have to change the input table in merge step to the buffer aswell.