Forum Discussion
Gantt Chart Activity Tracking - Matrix Table
Hello,
I have created a matrix table, with measures to return a 1 or 0 value, and conditional formatting to colour the cells, to act as a gantt chart in my BI report.
Within this table there are a number of projects, each which have a set of 5 different activities, and each of those activities has a planned, and actual date of occurrence.
Currently the matrix is showing all activities coloured, on the same row, however I would like to stack the activities so the gantt shows a clear representation of planned against actual.
Currently the visual looks like this in Power BI:
Ideally I would like to see something like this (example in excel for effect):
Is this possible?
Thank you
5 Replies
- vanessafvgCommunity Champion
this guy makes great power bi visual videos, recomend you give this one a watch.
- kristi_in_heelsHelper II
Thank you,
That is the exact clip I followed to build the matrix initially, but unfortunately it doesn't help me in splitting the activities across multiple rows.
- vanessafvgCommunity Champion
aha, are you able to share your pbix?
- kristi_in_heelsHelper II
Thanks all
I managed to create a visual which works by generating a new table to draw the data from rather than using the source data.
I now have a new question which is related to sort order.
As you see below, each project has a number of time stages and a number of phases. Each time stage (Budget / Planned / Forecast / Actual) has each of the Phases within those stages. (20 start/finish date sets per project in total).
My query is, how can I get the Time stage to stay in the order I want (as listed above) instead of defaulting to alphabetical; and second to that, how can I get the Phase to do the same.
Ideally, I want them ordered as:
PROJECT
BUDGET DATES
- PFS
- FS
- EXE
- PC
- CO
PLANNED DATES
- PFS
- FS
- EXE
- PC
- CO
(...etc)