Forum Discussion
Girish_123
3 years agoHelper I
How to create Gannt chart using default visuals.
Project Name Start Project Date End Project Date Year Project Duration A Friday, June 10, 2016 Monday, September 30, 2024 8 8 Year 3 mos B Friday, May 1, 2020 Friday, June 30, ...
MFelix
3 years agoSuper User
Hi Girish_123 ,
Don't know how you have the information and the data to give the result above but taking the data you send out I created a column with the duration in year has a decimal.
Duration Total = DATEDIFF('Table'[Start Project Date ], 'Table'[End Project Date ], MONTH) / 12
When I place this on the chart the X-axis got the values:
The axis by default adjust to the size of the data and of the visualization and that is why you don't get all the numbers but it's a similar visualization.