Forum Discussion
MMatthews
5 years agoRegular Visitor
Percentage Total?
I have a problem. The monthly total is right per Tech, but the Total for all techs is wrong. The Sum is correct on the Month by month. the Average is right a the Total. How do I get the Total? ...
- 5 years ago
MMatthews , Change the measure like and try
overhead = sumx('Tech Hours', 'Tech Hours'[Total Paid hours]*'Tech Hours'[Cost])*1.5
MMatthews
5 years agoRegular Visitor
These are Measures.
- amitchandak5 years agoSuper User
MMatthews , Change the measure like and try
overhead = sumx('Tech Hours', 'Tech Hours'[Total Paid hours]*'Tech Hours'[Cost])*1.5
- MMatthews5 years agoRegular Visitor
Your the man.