# Metric KPI - No calculations?

**URL:** https://community.fibery.io/t/metric-kpi-no-calculations/9996
**Category:** Get Help
**Created:** [November 12, 2025, 9:59pm UTC](https://community.fibery.io/t/metric-kpi-no-calculations/9996 "2025-11-12T21:59:26Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![stinson\_agency](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/stinson_agency/32/11590_2.png) [@stinson\_agency](https://community.fibery.io/u/stinson_agency)
#### Post date: [November 12, 2025, 9:59pm UTC](https://community.fibery.io/t/metric-kpi-no-calculations/9996/1 "2025-11-12T21:59:26Z")

</div>

Hey there

I’m trying to build a simple dashboard by using the Metric KPI widget. But it seems that it cannot report non-aggregated number… like .. I want the planned hours and project budget that are just a number field … how can i achieve that?

It’s really annoying that sometimes simple things are the hardest -\_-

 ![CleanShot 2025-11-12 at 16.57.23](https://us1.discourse-cdn.com/flex020/uploads/fibery/original/2X/b/b5e183881abe74979546a942391d23a6d67a0561.png)

---

<div class="post-metadata">

### Author: ![Chr1sG](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/chr1sg/32/3941_2.png) [@Chr1sG](https://community.fibery.io/u/Chr1sG)
#### Post date: [November 12, 2025, 10:02pm UTC](https://community.fibery.io/t/metric-kpi-no-calculations/9996/2 "2025-11-12T22:02:55Z")

</div>

You are using a ‘context report’ which means the source data is all the Projects which are from Opportunities 1 from Scoubizoo.  
 ![image](https://us1.discourse-cdn.com/flex020/uploads/fibery/original/2X/6/6a95e05b37129fa1f7058beda7e618db93319e95.png)

This means that the source data will be a collection of Projects, even if there might only be a single linked Project in some cases.  
The report cannot know how many Projects might be linked, and has to work with aggregated numbers.

---

<div class="post-metadata">

### Author: ![Chr1sG](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/chr1sg/32/3941_2.png) [@Chr1sG](https://community.fibery.io/u/Chr1sG)
#### Post date: [November 12, 2025, 10:04pm UTC](https://community.fibery.io/t/metric-kpi-no-calculations/9996/3 "2025-11-12T22:04:32Z")

</div>

Check out how context filtering works:

> **[Context Views](https://the.fibery.io/@public/User_Guide/Guide/Context-Views-20/anchor=Context-filters--0935e1fb-7c38-4566-81b1-101d4a1ed284)**

---

<div class="post-metadata">

### Author: ![stinson\_agency](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/stinson_agency/32/11590_2.png) [@stinson\_agency](https://community.fibery.io/u/stinson_agency)
#### Post date: [November 14, 2025, 6:59pm UTC](https://community.fibery.io/t/metric-kpi-no-calculations/9996/4 "2025-11-14T18:59:47Z")

</div>

Thank you, now I understand better. So what would be the best way to have a dashboard with multiple data mixed with aggregated and non-aggregated kpis?

---

<div class="post-metadata">

### Author: ![Chr1sG](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/chr1sg/32/3941_2.png) [@Chr1sG](https://community.fibery.io/u/Chr1sG)
#### Post date: [November 14, 2025, 7:07pm UTC](https://community.fibery.io/t/metric-kpi-no-calculations/9996/5 "2025-11-14T19:07:27Z")

</div>

When creating calculations in a report, even though you are using aggregation, you can use filters to limit the entities to be aggregated.  
e.g. if necessary, you can limit to a single record, for example  
`SUMIF([Effort],[Public Id]=='1')`

---

<div class="post-metadata">

### Author: ![stinson\_agency](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/stinson_agency/32/11590_2.png) [@stinson\_agency](https://community.fibery.io/u/stinson_agency)
#### Post date: [November 14, 2025, 9:08pm UTC](https://community.fibery.io/t/metric-kpi-no-calculations/9996/6 "2025-11-14T21:08:42Z")

</div>

Yeah that won’t work. The dashboard is inside the Smart Folder … Im trying to build a dashboard for the “Project Health” view for every project. I have the real effort from the team and Projected Hours (PH)

The SUM of the effort done by the team is working. The tasks are linked to the project and it works fantastic. But my simple number field inside the Project, is not working.

I don’t understand. I know it’s a context view so it SHOULD work since I only have one field for the Projected Hours

 ![CleanShot 2025-11-14 at 16.05.50](https://us1.discourse-cdn.com/flex020/uploads/fibery/original/2X/a/ac51f29f1d02bbc7b63264278e9d3531d479b06a.png)

---

<div class="post-metadata">

### Author: ![Chr1sG](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/chr1sg/32/3941_2.png) [@Chr1sG](https://community.fibery.io/u/Chr1sG)
#### Post date: [November 14, 2025, 9:34pm UTC](https://community.fibery.io/t/metric-kpi-no-calculations/9996/7 "2025-11-14T21:34:49Z")

</div>

In general, context views in smart folders are not used to view data/values from the entity which is the folder itself.  
I imagine your report is including data from multiple (or no) project entities, which may or may not include the project whose folder the report lives in.  
Here’s a suggestion: create a table visualisation in the report (in addition to the KPI visualisation) and add Name, Banque d’heures as columns. It will probably clue you in to what’s happening.
