Forum Discussion
Adavanced Editor help
- 7 years ago
While Dales solution will work, on large volume of data it might soon become slow. Then you can use this technique instead: Just add another column in your Group-operation, that adds all the rows back as they were and expand that column afterwards:
Happy and healthy new year everyone :)
Hi Anonymous,
It seems you'd like to add a column. Please try the formula below.
let current = [Major Field of Study] in List.Sum(Table.SelectRows(#"Sorted Rows", each [Major Field of Study] = current)[Value])
Best Regards,
Dale
While Dales solution will work, on large volume of data it might soon become slow. Then you can use this technique instead: Just add another column in your Group-operation, that adds all the rows back as they were and expand that column afterwards:
Happy and healthy new year everyone :)
- Anonymous7 years agoNot applicable
Thank you guys for taking the time to respond to this - I will try out both of these solutions.