Forum Discussion
Deneb Gantt Chart
- 1 year ago
Thankyou, Akash_Varuna, for your response.
Hi suvoda,We appreciate your inquiry posted on the Microsoft Fabric Community Forum.
Based on my understanding, currently Power BI does not support preserving the scroll or zoom position within custom visuals such as Deneb following user interactions, for example, selecting a task. This occurs because Power BI re-renders custom visuals upon interaction, which results in resetting the visual state.
Please consider the following workaround which may help to address the issue:
To maintain a stable scroll view, we recommend externalising task selection. You may use a slicer or table visual external to the Deneb chart to select tasks. This approach enables the Gantt chart to remain static without resetting, while simultaneously updating the card visual with the selected task details. This method ensures a smooth and consistent user experience while working within the current platform capabilities.
If our response has been helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar queries.
Thank you.
Hi suvoda I don’t think it is possible to directly "freeze" the visual position in Power BI after dragging, as interactions like clicking and dragging usually reset the visual state. However, you could use bookmarks to save and restore the visual’s position. Adjusting visual interactions or checking Deneb's Vega-Lite configuration might help maintain the desired view state. Syncing slicers can also prevent resets if slicers are involved.