Forum Discussion
Multiply hours by billable rate by change factor
- 8 years ago
Hi wparker5932
Multiply gets hour*billable rate based on each row context without taking any other condition into consideration. So it does not get the total hour*billable rate as you wanted.
Multipleforonmonth sums the values in “Multiply” column based on the month/year and activity name, thus get the total hour*billable rate as you said.
If my reply help you solve your problem,could you please accept it as a sloved solution?
Best Regards
Maggie
There is one step that confuses me and it may be why the results appear to be incorrect.
I'm not sure how multipleforonmonth = CALCULATE(SUM([mutiply]),FILTER(ALL(Timesheet),[month/year]=EARLIER([month/year]))) works. I am assuming it should sum the total hour*billable rate, by month, by activity name. The results are coming out much too high (billions of $ when it should be hundreds of thousands of $).
My relationships match your example and the formulas as well.
What am I missing?