Forum Discussion

thinkpad's avatar
thinkpad
Regular Visitor
2 years ago
Solved

Difference between Choose columns and Remove Columns in Power query

Hi Experts,     Could anyone please tell me the difference between Choose Columns and Remove columns in Power Query. I'm very confused and seeing the same output. apprecaite help.
  • m_dekorte's avatar
    m_dekorte
    2 years ago

    thinkpad as always the answer is "it depends..."

     

    A simple example, when using Table.SelectColumns any "new columns" won't be included automatically whereas with Table.RemoveColumns they will. That is the choice you have to make.

     

    Of course, that's without taking dynamic column name lists into consideration...

    I hope this is helpful