Forum Discussion

Minakshi's avatar
Minakshi
Resolver I
5 years ago
Solved

Groupby operation on text data

Hi Experts,

I have the following data 

Shop IDDateAttendance Image link
12/12/20211img1
12/12/20211img2
12/12/20211img3


I want to convert this data into following foramt

Shop IDDateAttendanceimage link 1image link 2image link3
12/12/20211img1img2img3

 

Kindly suggest the possible way to do this.
Thanks

  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Minakshi ,

     

    Step1:

    Copy and paste table as table2.

    Step2:

    Remove other columns except image_link column in table2.

    Step3:

    transpose table2.

    Step4:

    Merge table1 and table2 as new and remove empty rows.

    Pbix as attached.

     

    Best Regards,

    Jay

2 Replies