Forum Discussion

Mage's avatar
Mage
Frequent Visitor
2 years ago
Solved

Tooltip limit for Gantt chart

Hi,  Recently when I used Gantt 2.2.3 chart in Power BI Desktop, I found that the maximum number of its tooltip is 3. When I tried to put more fields in it, it will show the yellow line and s...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Mage ,

    I'm sorry. Here's an alternative Solution : you can also try to create a calculated column, merge the columns you want to place in Tooltips with &&, and show them together:
    Create calculated column.

     

    Column 2 =
    'Table'[date]&" - "&'Table'[date1]&" - "&'Table'[Column]

     

    To Gantt 2.2.3 Chart tooltips, I went and looked at the design code for Gantt 2.2.3 Custom Visual Objects and I found that when he originally designed it that was the maximum limit of three.

    Best Regards,

    Xianda Tang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.