Forum Discussion
EH_MW
Helper I
7 months agoMicrosoft Gantt 3.0.12.0 Duration
I am using the custom visual, Microsoft Gantt 3.0.12.0. I have added the Task, Start Date, and Duration. My issue is with the Duration. I have a Duration field in my data set (specified in number of ...
BeaBF
Super User
7 months agoEH_MW Hi!
Microsoft GANTT use days as duration, so convert it:
Week of 7:
Duration (days) =
MAX ( 'Table'[DurationWeeks] ) * 7
Week of 5 days (work):
Duration (days) =
MAX ( 'Table'[DurationWeeks] ) * 5
Use this measure in Duration field.
BBF
💡 Did I answer your question? Mark my post as a solution!
👍 Kudos are appreciated
🔥 Proud to be a Super User!