Forum Discussion
Microsoft's Gantt Chart, Maximum Tasks Count
Good day,
I am using Microsoft's Gantt Chart (2.2.3) to produce a visual comparison between hours on shift for two different datasets. One of which has durations spanning hours, with tens of thousands of rows, and the other with durations spanning seconds with hundreds of thousands.
The group task functionality is being used.
Because of the high number of rows in use, the Gantt chart's max number of "tasks" have been reached, limiting the information being shown.
Adjustments can be made (using Power Query Editor) to reduce the number of data points being used, but I would like to know: what is the maximum number of tasks this Gantt Chart is capable of producing? Using this information, I can reduce the number of rows considered till this point is reached.
Thank you
Hi Anonymous ,
This Microsoft's Gantt Chart is a custom visual.
It has 1000 rows as usual in custom visuals. But you can customize it by source code changing - you should change dataReductionAlgorithm in capabilities.json file if you need
For more information, please refer to :Understand data view mapping in Power BI visuals - Power BI | Microsoft Learn
Error: Too many values. What are the maximum data points for the Gantt visual?
GitHub - microsoft/powerbi-visuals-gantt
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- v-jianboli-msft
Community Support
Hi Anonymous ,
This Microsoft's Gantt Chart is a custom visual.
It has 1000 rows as usual in custom visuals. But you can customize it by source code changing - you should change dataReductionAlgorithm in capabilities.json file if you need
For more information, please refer to :Understand data view mapping in Power BI visuals - Power BI | Microsoft Learn
Error: Too many values. What are the maximum data points for the Gantt visual?
GitHub - microsoft/powerbi-visuals-gantt
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.