Forum Discussion

hideakisuzuki01's avatar
3 years ago
Solved

Grouping multiple columns in Power Query

Hi,

I am trying to GROUP BY the following data

ProdMat AMat B
AA-1 
AA-2 
A A
B B-1
B B-2
B B-3
BB 
CC-1 
C C-1

 

into this one below.

 

ProdMat AMat B
AA-1 
AA-2A
B B-1
B B-2
BBB-3
CC-1C-1

 

Is this possible ?  I thought I could do it using Power Query but 

I cannot figure out how.

Can anyone please help ?