- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Adding Numeric Data Labels to a Gantt Chart
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
Anonymous
| 05-23-2024 11:13 PM | ||
Anonymous
| 10-03-2023 07:22 AM | ||
10-28-2022 06:28 AM | |||
07-10-2023 08:53 AM | |||
Anonymous
| 12-01-2017 01:25 AM |
User | Count |
---|---|
141 | |
115 | |
84 | |
63 | |
48 |