Forum Discussion
Vin57
2 years agoFrequent Visitor
Project Task resource allocation table
Hello, I am trying to create a Task allocation heatmap from all the projects we have and our input data is in below first table format, Task Assigned To Start Date End Date Duration (D...
- 2 years ago
This needs a little more work. You need a calendar dimension and a resource dimension. Then you can do a cross join and a measure that ties it all together. Feel free to add months and years etc to the calendar table.
lbendlin
2 years agoSuper User
This needs a little more work. You need a calendar dimension and a resource dimension. Then you can do a cross join and a measure that ties it all together. Feel free to add months and years etc to the calendar table.
Vin57
2 years agoFrequent Visitor
Thank you very much. This works like charm! 😊