Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have a gantt chart created for a project and it's tasks. The bars are the durations of each task, with darker color representing our internal duration, and the lighter color representing external durations. I need to add the days it took for each color shade inside the bar. Any thoughts on how to add? Only label I can add right now is the status of the task, example below "Approved".
Solved! Go to Solution.
Hi @MMurphy
You may not be able to do this by adjusting the format.
However, I can provide other solutions for your reference:
Here's some dummy data
“Project schedule”
Create a new column. Used to describe values represented by different shades of color.
Description =
"Per:" & 'Project schedule'[Per] & " " & "Dur:" & 'Project schedule'[Dur]
Create a visual. Put the Description column in Resource and enable Data Labels.
Here is the result.
I hope you found this helpful.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @MMurphy
You may not be able to do this by adjusting the format.
However, I can provide other solutions for your reference:
Here's some dummy data
“Project schedule”
Create a new column. Used to describe values represented by different shades of color.
Description =
"Per:" & 'Project schedule'[Per] & " " & "Dur:" & 'Project schedule'[Dur]
Create a visual. Put the Description column in Resource and enable Data Labels.
Here is the result.
I hope you found this helpful.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 63 | |
| 55 | |
| 42 | |
| 41 | |
| 23 |
| User | Count |
|---|---|
| 171 | |
| 136 | |
| 119 | |
| 79 | |
| 54 |