Okay so I have this huge list with ~20k elements. I filter it down to ~9k in a first step and then grouping it into ~16 groups in a view. I now want to be able to quickly tell how many elements arei n one group, but all it shows are (30+) …(100+) … (500+) items per group, depending how i set the threshold in the view. But I really just want to know the exact count of elements per group. How to achieve that?
Hi, Luisa. Are you using SharePoint Online or on-prem?
In an on-prem classic site, use Modify View option and select Count for one of the Column Names under Totals, or use Group by and it should give you an item count just below the header.