Forum Discussion
Table grouping by passing columns name from anther table
- 2 years ago
I can't help you with Error #1 since, as you wrote, the sample does not reproduce it.
For Error #2, try this for your #"Grouped Rows" step
#"Grouped Rows" = Table.Group(#"Added Custom", Table.Column(#"Product List Header Group Key", "Key"), { {"Variant SKUs", each Text.Combine(Table.Column(_, #"Product List Header Group Aggregate"[Aggregate Column]{0}),", ")}})Results
That is easy! Share any related source files and your work-in-progress Excel (.xlsx) file in the same manner as you would if it were a Power BI Desktop File. By doing this, it will provide community members assisting you with a clearer understanding of your issue within the correct context. Thank you!
If your requirement is solved, please make THIS ANSWER a SOLUTION ✔️ and help other users find the solution quickly. Please hit the LIKE 👍 button if this comment helps you. Proud to be a Super User!
I've uploaded the excel file, source csv and the expected result sample files.
- ronrsnfld2 years ago
Super User
You need to make those files accessible.
- jlauyfc2 years agoFrequent Visitor
fixed. Thanks.
- ronrsnfld2 years ago
Super User
I can't help you with Error #1 since, as you wrote, the sample does not reproduce it.
For Error #2, try this for your #"Grouped Rows" step
#"Grouped Rows" = Table.Group(#"Added Custom", Table.Column(#"Product List Header Group Key", "Key"), { {"Variant SKUs", each Text.Combine(Table.Column(_, #"Product List Header Group Aggregate"[Aggregate Column]{0}),", ")}})Results