Forum Discussion
Griggers
4 years agoFrequent Visitor
Gantt Chart 2.2.3 Data Issue
Hi, Could someone tell me if there is a limit on the amout of data that this chart can load ? Im only seeing very limited data in the chart, but when I turn the chart into a table I can see all the...
- 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
Anonymous
4 years agoNot applicable
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
orenji88_HON
4 years agoFrequent Visitor
Hi, could you share the modified one? the extended 30000 rows limit package.
I have very limited knowledge using github.