# Break down Dashboard by groups

**URL:** https://meta.discourse.org/t/break-down-dashboard-by-groups/105020
**Category:** Feature
**Created:** [December 24, 2018, 7:21pm UTC](https://meta.discourse.org/t/break-down-dashboard-by-groups/105020 "2018-12-24T19:21:22Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![jtbayly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jtbayly/32/119510_2.png) [@jtbayly](https://meta.discourse.org/u/jtbayly)
#### Post date: [December 24, 2018, 7:21pm UTC](https://meta.discourse.org/t/break-down-dashboard-by-groups/105020/1 "2018-12-24T19:21:22Z")

</div>

I love the new Dashboard 2.0. I think some really helpful analytics could be helping compare the stats of different groups on that dashboard, as well as allowing us to track the health of various groups over time.

---

<div class="post-metadata">

### Author: ![nefibach](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nefibach/32/138703_2.png) [@nefibach](https://meta.discourse.org/u/nefibach)
#### Post date: [July 8, 2019, 9:59pm UTC](https://meta.discourse.org/t/break-down-dashboard-by-groups/105020/2 "2019-07-08T21:59:48Z")

</div>

I actually need to find a way to do this! I have various groups on my forum, and I need to be able to run analytics for each group to report on how active they are in terms of log-ins, reading, and posting. Is there a way to do that via the API?

---

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [April 1, 2020, 10:36pm UTC](https://meta.discourse.org/t/break-down-dashboard-by-groups/105020/3 "2020-04-01T22:36:14Z")

</div>

This would be extremely helpful in our forums - we use groups to separate very different communities. This is an alternative to having a separate instance for each, which has too high an admin load for us to contemplate.

I’m naive of course - from our user perspective it doesn’t look to be that tricky to implement. Just an option to filter the dashboard via group. But then it could be an absolute pig to do.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [April 2, 2020, 12:15am UTC](https://meta.discourse.org/t/break-down-dashboard-by-groups/105020/4 "2020-04-02T00:15:24Z")

</div>

In absence of dashboard filters the workaround would be to use #plugin:data-explorer to run custom queries, you can create parameterized ones.

We have discussed adding more filters here with @j.jaffeux in the past but it is a very complex internal change.

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [April 2, 2020, 7:01am UTC](https://meta.discourse.org/t/break-down-dashboard-by-groups/105020/5 "2020-04-02T07:01:05Z")

</div>

To be very clear on this, the filters exist and are used. But each filter does require to rework report queries to integrate the filter, which is not trivial given the complexity of some queries.

---

<div class="post-metadata">

### Author: ![michebs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/michebs/32/190102_2.png) [@michebs](https://meta.discourse.org/u/michebs)
#### Post date: [April 2, 2020, 10:23am UTC](https://meta.discourse.org/t/break-down-dashboard-by-groups/105020/8 "2020-04-02T10:23:51Z")

</div>

I’d love to help with that!
