PowerQuery: How can I concatenate grouped values?

前端 未结 2 2061
甜味超标
甜味超标 2020-11-28 05:08

If I have the following table (shown in the image below), how can I write a grouped query that would concatenate the grouped results?

For this example, I\'d

2条回答
  •  自闭症患者
    2020-11-28 05:46

    You can use the GUI to do it this way:

    1. Select your LetterColumn and then Transform / GroupBy:

    2. Select Add Column / Custom Column:

    3. Click opposing arrows at top right of new AllData column to Extract Values from new AllData column:

    4. Remove AllData column.

提交回复
热议问题