Hi @William
When your there (in PQ Editor):
- Right-click on column [Source.Name] > Group By... > New Column Name = i.e. FOO > Operation = All Rows > OK
- Advanced Editor > Change the step #"Grouped Rows" as below > Done:
From:
#"Grouped Rows" = Table.Group(<PreviouStepName>, {"Source.Name"}, {{"FOO", each _, type table ...}})
To:
#"Grouped Rows" = Table.Group(<PreviouStepName>, {"Source.Name"}, {{"FOO", each Table.FirstN(_, 3), type table ...}})
- Expand the columns you want from column [FOO]: