Forum Discussion
How to Navigating the Gantt Chart to specific date from the filter.
There is a requirement to navigate the Gantt Visual to specific date selected in filter.
What I was thinking if there is any way to set the value of "scroll to current timeline" property to specific date dynamically.
I am using Gantt 2.2.3 (by Microsoft)
So that Gantt view will scroll to specific date and show the dotted line on that specific date.
Is there any way to achieve this in Power BI?
2 Replies
- AnonymousNot applicable
Hi Nitin1337 ,
Thanks for reaching out to us with your requirement. Base on my research, the Gantt chart visual does not currently support the ability to dynamically set to a specific date based on a filter selection dynamically. However, you can check the methods in the following links and check if it can be used as a workaround.
Power BI - Gantt chart based on date and time - Microsoft Fabric Community
Create A Gantt Chart In Power BI With A Matrix Visual
Tutorial: Setting up a Custom scale date - Power BI Visuals by Nova Silva
Best Regards
- Nitin1337Frequent Visitor
Hi, Thanks for reply.
I was doing some research regarding the scroll to current timeline property and I did captured some DAX queries by enabling the Perfomance analyzer, when I enabled the scroll to current time property. So, I was thinking if there is any way to modify that DAX and move this Gantt view. I am not very familiar with DAX queries.