Forum Discussion

Zoltan10's avatar
Zoltan10
New Member
4 years ago
Solved

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...
  • SpartaBI's avatar
    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]))





          
    Showcase Report – Contoso By SpartaBI