Forum Discussion
Jaco1965
7 years agoFrequent Visitor
Measure Column does not Total correct
I need the Total to add the Column value, please help
MFelix
7 years agoSuper User
Hi Jaco1965 ,
Being you measure a multiplication of values you need to use a SUMX formula should look something like this:
Inv_Amnt = SUMX(Work_Detail; Work_Detail[Work_Hrs] * R_ClassRate[Rate])
Be awar that you may need to adjust the parameters of the measure.
Regards,
MFelix
- Jaco19657 years agoFrequent Visitor
I am still doing something wrong
- Jaco19657 years agoFrequent Visitor
I also tried this
- Jaco19657 years agoFrequent Visitor
Some more info
I use the 2 tables to calculate a measure, the red one. But i do need the totals to show correct below the table
- Jaco19657 years agoFrequent Visitor
I also tried this