March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a project where we are trying to display a list of projects with defined steps and statuses. In excel, we are currently using conditional formatting of cells, not really the best way, but it does provide a glance and the status of each line.
The rows have the project name and the Columns have the milestones,( Currently 5 defined.) Each intersecting cell is colored based on the status of "On Track", "Slipping","Off Track", "On Hold", "Done" and "Not Started".
Any ideas on what visuals I can use to best display project status? I keep running into issue where I can't control conditional formatting to display properly. I am also open to a fresh idea of how the effectively show the project status in a new format that would include the project and predefined milestones. I did try the custom "Table Heat Map" and that was close, but just didn't look polished enough.
Thank you in advance for any ideas!
Hi @xppdev,
Have you tried showing the project status on the Matrix visual with conditional formatting for measurement(this is the closest thing I can think on Power BI currently)? See my sample below.
I assume you have a table called "Table1" like below.
1. Use the formula below to create a measure.
CountOfCurrentStatus = VAR currentStatus = FIRSTNONBLANK ( Table1[Status], 1 ) RETURN CALCULATE ( COUNTA ( Table1[Status] ), Table1[Status] = currentStatus )
2. Show the measure on the Matrix with Project Name and Status like below.
3. Apply condition formation for the measure like below.
Regards
That looks like a great idea, but I need each status to have it's own color.
I can get 3 with the matrix's conditional formatting.
Appologies for not including an image earlier, I was having issues getting one added.
My thought is there is a better way to show the status of the project. Since each of the columns should be dependent on the others, a final status display with the status should work.
I may have to head the custom visual route.
Thank you again for the idea!
Dear,
Kindly need to check if you were able to accomplish the mentioned image through Power BI. I have a similar requirement and would like to know the same.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
92 | |
86 | |
77 | |
49 |
User | Count |
---|---|
166 | |
149 | |
99 | |
73 | |
57 |