Forum Discussion

Girish_123's avatar
Girish_123
Helper I
3 years ago

How to create Gannt chart using default visuals.

Project NameStart Project Date End Project Date YearProject Duration

A

Friday, June 10, 2016Monday, September 30, 202488 Year 3 mos
BFriday, May 1, 2020Friday, June 30, 202333 Year 1 mos
CMonday, March 22, 2021Friday, March 31, 202322 Year 0 mos
DWednesday, January 6, 2016Friday, June 30, 202377 Year 5 mos
ESunday, February 1, 2015Friday, October 31, 20251010 Year 8 mos

 I want a output Like Below Visual But in X-axis i want to see only Years and data lable show the project Duration same like below visual. only Change in X-Axis I want to see the years.

 

I want outpul like below Image 

1 Reply

  • 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.