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

Gannt chart 2.2.3 not displaying all data #211

Open ksivaganesh99 opened 4 years ago

ksivaganesh99 commented 4 years ago

Hi all, I could find that only a limited data is displayed in the visual even after adding filters/slicers. I want to display all the data. Could anyone help me on this? image

helen508light commented 4 years ago

@ksivaganesh99 how many rows do you have in dataset? By default visual displays 1000 rows You can use dataReduction algorithm by changing your capabilities.json for large datasets(any value up to 30000) https://docs.microsoft.com/en-us/power-bi/developer/visuals/dataview-mappings#data-reduction-algorithm

EthanKnoll commented 1 year ago

@helen508light would you be able to provide a detailed list of steps on how to add the dataReduction algorithm to this specific visual? I have tried changing the .pbiviz file opening it with 7zip, but to not avail. I have also tried downloading the source files from github and repackage it with Node.js, but I cannot make it work as I consistely get vulnerabilities during install and errors when packaging