Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Data transformation question

Dear all,

I'm not as good in power query, hence my question to you all.

I have this excel data set:
All "Names" are unique
"Function" and "Shift" are non unique text fields

NameFunctionShift
AA551
BA552
CA553
DA554
EA555
FB551
GB552
HC553
IC554
JC555
KC551
LC552
MC553
NC554
OC555


I want/need:
Based on "Function" and "Shift" a table with corresponding "Name"

 Shift    
Function551552553554554
AABCDE
BFF   
CKLHIJ
   MNO


Appreciate any help in this matter.

1 Reply

  • Hi Anonymous ,

     

    In PQ, select your [Shift] column, go to the Transform tab > Pivot Column.

    In the dialog, select [Name] as your Values Column and choose 'Don't Aggregate' from the dropdown.

     

    Pete