Forum Discussion
make workload scheduler
froxas
Can you share some sample data and the expected result?
You can save your files in OneDrive, Google Drive, or any other cloud sharing platforms and share the link here.
____________________________________
How to paste sample data with your question?
How to get your questions answered quickly?
_____________________________________
Did I answer your question? Mark this post as a solution, this will help others!.
Click on the Thumbs-Up icon on the right if you like this reply 🙂
- froxas6 years agoHelper II
- Fowmy6 years agoSuper User
froxas
You need to have a column in the Orders table for the date that will indicate when each activity took place. This way, you can create a calendar a link with the date to visual in a matrix.
You base measure needs to be modified as :DaysPlanned = ROUNDUP( DIVIDE( SUM(Orders[WorkScope]), MAX(Operations[ResourcesInHoursPerDay]) ), 0)________________________
Did I answer your question? Mark this post as a solution, this will help others!.
Click on the Thumbs-Up icon on the right if you like this reply 🙂