Forum Discussion
Adding Numeric Data Labels to a Gantt Chart
- Anonymous1 year ago
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.