Forum Discussion
Zoltan10
4 years agoNew Member
Counting items within group
Hi All, I stucked with a problem, so I need some help. The situation is more complex, but I created some example for the situation. Basically I would like to count the items within group like this...
- 4 years ago
Zoltan10 hard to say exactly the function because not sure how you consume your report but try this: (I assume in your table each row represent a manufacturer/model)
CALCULATE(COUNTROWS('Table'), REMOVEFILTERS('Table'), VALUES('Table'[Manufacturer]))