Forum Discussion
Gantt Chart 2.2.3 Data Issue
- Anonymous4 years ago
Hi Griggers ,
Seems to be 1000 lines limit.
You can try to expand this limit by following the steps below.
- downloads sources
- call
npm installin root folder of the project - Change limit in
capabilities.jsonby addingdataReductionAlgorithm(https://docs.microsoft.com/en-us/power-bi/developer/visuals/dataview-mappings#data-reduction-algorithm)
example is here - change the GUID of the visual
- call
npm run packageto create visual package.
if everything is ok you will get package file in dist folder of the project - import the package file into Power BI.
Refer:
https://github.com/microsoft/powerbi-visuals-gantt/issues/199
Best Regards,
Jay
Hi Griggers ,
Seems to be 1000 lines limit.
You can try to expand this limit by following the steps below.
- downloads sources
- call
npm installin root folder of the project - Change limit in
capabilities.jsonby addingdataReductionAlgorithm(https://docs.microsoft.com/en-us/power-bi/developer/visuals/dataview-mappings#data-reduction-algorithm)
example is here - change the GUID of the visual
- call
npm run packageto create visual package.
if everything is ok you will get package file in dist folder of the project - import the package file into Power BI.
Refer:
https://github.com/microsoft/powerbi-visuals-gantt/issues/199
Best Regards,
Jay
Hi Anonymous,
I've tried following your instructions, however I'm stuck with the install returning several vulnerabilities and the run package failing with errors. I've tried both to "audit fix" and "audit fix --force" but still I'm unable to repackage the .pbiviz with the updated dataReductionAlgorithm.
Would you be able to try on your end and share the resulting .pbiviz file?