Forum Discussion
Gantt
- 1 year ago
Yes, that’s correct. The issue likely stems from the Gantt chart being a custom visual, which may not fully support interactions between charts like the default Power BI visuals.
Custom visuals often have limitations in their interaction behavior, depending on how they are developed. Try using some other different visual such as using a matrix visual, stacked bar chart, that might better integrate with other visuals.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Hi Guo ,
The issue you're encountering likely stems from the interactions between visuals on your Power BI report page. Specifically, when you select a Parent ID in the table visual, the interaction between the table and the Gantt chart may not be configured properly.
Here’s how you can try to fix it:
- Enable Visual Interactions:
- On the Power BI Desktop, go to the top ribbon and click on Format → Edit Interactions.
- This will activate interaction controls between visuals on your report page.
- Configure the Table-to-Gantt Interaction
- Click on the table visual (where the Parent ID is selected).
- Look for interaction icons on top of the Gantt chart visual:
- A filter icon (🪟) allows filtering.
- A no filter icon (🚫) disables interaction.
- Test Interactions
- Select a Parent ID in the table visual.
- Verify that the Gantt chart filters correctly based on the selected Parent ID.
I hope the provided solution works for you
If I have resolved your question, please consider marking my post as a solution. Thank you!
A kudos is always appreciated—it helps acknowledge the effort and keeps the community thriving.
Thank you for your answer. I think I may not have expressed myself clearly. For all the visual charts on my page, I have enabled chart interaction by default. The slicers on the page can interact with Gantt, and the slicers can also interact with the tables on the page. However, when I select a Parent ID in the table, all the data on the page will change by default, but Gantt will not change at all (these data come from the same table, so there is no need to connect tables). I have not found any solution to this problem yet