Forum Discussion
Anonymous
7 years agoNot applicable
Max per category in a column
Hi Community, i'm struggling with a seemingly simple problem :). I have a column with Items (Item ID), multiple item ID's possible. Next to that a calculated column with count rows: Item ...
- 7 years ago
for a calculated column:
NewCol = CALCULATE ( MAX ( Table1[Count rows] ), ALLEXCEPT ( Table1, Table1[Item ID] ) )
AlB
Community Champion
7 years agofor a calculated column:
NewCol = CALCULATE ( MAX ( Table1[Count rows] ), ALLEXCEPT ( Table1, Table1[Item ID] ) )
Anonymous
7 years agoNot applicable
Many thanks!
Problem solved!