Forum Discussion

Clint's avatar
Clint
Helper V
6 years ago
Solved

Measure Total problems

Hello All,
Struggling with a totals issue in BI. Per the embedded image, I have a measure that calculates the cost of each resource on a project using our pro forma rates. This is working correctly. The problem is, I'm struggling to get it to calculate the sum of all of those resources for the project. Instead, what I get is the sum of the resource rates for resources x the sum of all of their hours. I've tried to filter the measure by Project but I'm definitely doing something wrong. any insight is appreciated.
Here is the measure:
Actual Cost Pro Forma rates =
// actual quantity * resource pro forma rate
CALCULATE(
SUMX('Systems Actuals with Teams',[Quantity])*SUMX('Resources',[Resource Standard Rate]))
 
Attached is a screenshot of the table generated and a view of the relationship between the involved tables

5 Replies