Forum Discussion
justincooper88
9 years agoAdvocate II
Gantt Chart visual - selecting the start date?
Hello, I currently have a Power BI project going in which I am using the Gantt chart visual. We have a larger project list in which we have projects that started much earlier than others. My questi...
AnnesofieS
7 years agoRegular Visitor
Think I found a solution on the date range issue.
Add a "Date range" custom column to extract all dates between start and finish date:
Date Range = {Number.From([Deployment Start Date])..Number.From([Deployment Finish Date])}
Use this field in the gantt and select earliest in the start date field and latest in the end date field.
Insert a slicer on the Date range field and all projects having a date within the range will appear, but only with a bar appearing within the selected date range.
thisisausername
7 years agoHelper II
Were you able to get that to work in the MS Gantt visual AnnesofieS? I can only get it work in the other Gantt on the store. (Can't get Earliest to show against the Start Date field)