I’m trying to add additional information to the detail presented in the Gantt table (not chart). Currently, I’m only able to see the task and timeline but I would like to add more info such as duration and person responsible (without filtering). Is this possible? I am struggling to find these options.
The best solution to this is typically to use a formula column.
You can create formula to do something like:
{Duration} & " days - " & {Assignee#Names}
This will create a custom label that results in something like “5 days - John Doe”, which you can set to be the label on the Gantt. I hope that helps and please feel free to reach out if you need more assistance.