Forum Discussion
harirao
5 years agoPost Prodigy
Remove duplicate rows in table (group by)
Hi All, I am working on table, required your assistance, a) I want to summarise rows which are same and showing blank Eg: There should be only one row for Raw Drive 819205-002 having 3 rows Cos...
- Anonymous5 years ago
harirao
1. Select sum to aggregate the field
2. Or Create a cost measureCost Measure = CALCULATE(SUM([Cost]),FILTER('Table','Table'[Raw drive]=MAX([Raw drive])))Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
Anonymous
5 years agoNot applicable
harirao
1. Select sum to aggregate the field
2. Or Create a cost measure
Cost Measure = CALCULATE(SUM([Cost]),FILTER('Table','Table'[Raw drive]=MAX([Raw drive])))
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.