microsoft / powerbi-visuals-gantt

A Gantt chart is a type of bar chart which illustrates a project timeline or schedule. The Gantt Chart visual shows the Tasks, Start Dates, Durations, % Complete, and Resources for a project. The Gantt Chart visual can be used to show current schedule status using percent-complete shadings and a vertical "TODAY" line. The Legend may be used to group or filter tasks based upon data values.
Other
118 stars 115 forks source link

Create file and import (beginner) #226

Open nicurgo opened 4 years ago

nicurgo commented 4 years ago

I installed Gantt on Power Bi. I couldn't do what I wanted (put more than one task in the task field), after some research I got here. I downloaded the files and compiled them in Visual Studio, generated the file "Gantt1448688115699.2.2.3" in the dist folder. When uploading the file to Power BI, no new fields appear. Do I need to delete the old file? Can anyone guide me how to proceed?

nicurgo commented 4 years ago

In short, I would like to create hierarchies in the tasks. In xViz Gantt you have this option, but to personalize the rest, you have to get paid. image

helen508light commented 4 years ago

In Gantt 2.2.3 by Microsoft multiple fields in task bucket are not provided. For hierarhy there is Parent field - but it should be only 1 level hierarhy

zBritva commented 4 years ago

@nicurgo you have to change GUID of the visual: https://github.com/microsoft/powerbi-visuals-gantt/blob/master/pbiviz.json#L5

Power BI uses the latest published version of the visual. Pay attention that custom version of Gantt will not updated automatically when the new version will be released by Microsoft