Forum Discussion
Strongbuck
Helper I
2 years agoGantt 2.2.3 Hover - Can it be customized?
I created a chart using the free Microsoft 2.2.3 Gantt chart visual. The data that I used only has a required date (start date) with only the tasks completed having an end date. To display the data...
Strongbuck
Helper I
2 years agoI just tried to see if I could setup the visual to use a custom tooltip page but it didn't work. I guess even though the Gantt 2.2.3 visual is from Microsoft, they made it so you don't have too many option to customize the hover.
Here is the calculation I wrote. The reason the data is negative is because the task was completed before it was due.
Duration No = SWITCH (TRUE(),
'All_Projects'[Date Required] <> Blank() && [Date Completed] <> Blank() && 'All_Projects'[Date Required] <> 'All_Projects'[Date Completed], DATEDIFF ('All_Projects'[Date Required],'All_Projects'[Date Completed],DAY),
'All_Projects'[Date Required] <> Blank() && 'All_Projects'[Date Required] = 'All_Projects'[Date Completed], 1,
'All_Projects'[Date Required] <> Blank() && [Date Completed] = Blank(), 1,
Blank()
)
I looked at the pricing for the xVjz version and it isn't cheap. The Microsoft version is fine except for the hover. We don't want to sprend money when it meets our needs on all of the other fronts.
Does anyone know if the Microsoft Gantt 2.2.3 is due for an upgrade? Maybe they added additional options for the tooltip. I'm sure I;m not the only one that as run into this issue.