Forum Discussion
minus from cumulative
- 7 years ago
Hi Anonymous
You may refer to below post. If you need further help, please share the .pbix file for us to provide an accurate solution.You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.
https://community.powerbi.com/t5/Desktop/Cumulative-sum-of-a-measure/td-p/270358
Regards,
Cherie
I have made a cumulative Colum of the Work which needs doing:
Cummulative work =
(CALCULATE([Weeks backlog efficiency Zoned] ,
FILTER(ALL('Future Orders'[Yearweek Backlog 2-5]),VALUE('Future Orders'[Yearweek Backlog 2-5]) <= VALUE(MAX('Future Orders'[Yearweek Backlog 2-5])))))
and the difference between the Labour we have and the Labour we need:
+/- staff = [Weeks backlog efficiency Zoned]-SUM('D Labour (2)'[Past Staff])
this sits nicely in each “Yearweek Backlog 2-5”. now all I need is a cumulative total of the +/-staff but it doesn’t work :(
- v-cherch-msft7 years agoMicrosoft Employee
Hi Anonymous
You may refer to below post. If you need further help, please share the .pbix file for us to provide an accurate solution.You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.
https://community.powerbi.com/t5/Desktop/Cumulative-sum-of-a-measure/td-p/270358
Regards,
Cherie