Forum Discussion
rhenus-florian
3 years agoNew Member
Dynamic Table.Group with dynamic amount of Columns
Hello, First, I want to excuse my bad English, nevertheless i hope you can understand my problem. I want to group with sum agregation several columns of a table - with the Table.Group function....
- 3 years ago
=Table.Group(Table1,"RepeatGroup",List.Transform(List1,each {_,(x)=>List.Sum(Table.Column(x,_))}))
wdx223_Daniel
Community Champion
3 years ago=Table.Group(Table1,"RepeatGroup",List.Transform(List1,each {_,(x)=>List.Sum(Table.Column(x,_))}))