Anonymous
5 years agoNot applicable
Matrix or Table format
Hello,
I've learn alot from this forum, but I think I got stuck on this scenario.
So I have two tables
Budget
| Week | Department | $ |
| 1 | A | 50 |
| 1 | B | 50 |
| 1 | C | 70 |
| 2 | A | 60 |
| 2 | B | 60 |
| 2 | C | 70 |
| 3 | A | 80 |
| 3 | B | 80 |
| 3 | C | 90 |
Labor
| Date | Department | Amount |
| 3-Jan | A | 10 |
| 4-Jan | A | 10 |
| 5-Jan | B | 20 |
| 6-Jan | B | 10 |
| 7-Jan | C | 10 |
| 8-Jan | C | 20 |
| 9-Jan | A | 10 |
| 10-Jan | A | 20 |
| 11-Jan | A | 20 |
| 12-Jan | B | 10 |
| 13-Jan | B | 10 |
| 14-Jan | C | 10 |
| 15-Jan | C | 10 |
| 16-Jan | A | 10 |
But the one that hold me on this project is the format required.
How can I make it look like this?
Deparment = the unique departments
Budget = this is from Budget Table
Week Column = this is the total of the Dynamic Dates
Dynamic Dates (highligted Yellow) = this will change depending on week on the top.
PBIX File : Link
Please help.
Thanks