Hello, I’ve been trying to get a calculated field which sum the total_leader_budget. The total_leader_budget is unique per leader and year combination. I’d like to get a calculated field which totals these values. For instance, the new calculated field total_year should be: 15250 for this table. I want to use this new calculated field in KPI and tables. Any suggestion? I’ve been struggling with this for one day. Many thanks!
Hello, So far, I’ve been able to get a calculated value which aggregates the values in the table. But when totalling values, only shows the min value, that is 12000. It does not show the total from the values. This is code for calculated value.
In addition, when creating a sumOver on top the above calculated field, only works with the table. When using a KPI, only shows the min value. Any idea?
Thanks
Hi David, I really appreciate your help, you saved my day. I created the new calculated value following your calculation and worked. This is also working with the KPI. Many thanks!
Hi, thank you all for this informative formula!!! however, based on this question, what if there’s another tag with 0 and 1 randomly spread between each line, and for yearly budget, I only want sum of unique values with tag=1, so basically I want to use sum(minif({total_leader_budget_year},tag=1, [leader, {budget_year}])), but minif does not support dimensions