Forum Discussion
Anonymous
3 years agoNot applicable
Add Group By Column
Producer region run material cost total total group abc mars fast a 5 5 15 abc mars fast b 10 10 15 abc mars slow c 15 15 35 abc mars slow d 20 20 35 x...
- Anonymous3 years ago
Hi Anonymous ,
Column = CALCULATE(SUM('Table'[total]),ALLEXCEPT('Table','Table'[Producer],'Table'[region],'Table'[run]))Best Regards,
Jay
Anonymous
3 years agoNot applicable
Hi,
Please refer to this documentation and see if it solves your issue.
In regards to creating the additional column, do you want to concatenate the values or have a numeric column?
Concatenate: Column D = [Producer] & [region] & [run]
Anonymous
3 years agoNot applicable
It will be numeric and not concatenate.