Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Gboyraz
Employee
Employee

Gantt Chart tooltip

Hi, is there a way to remove tooltips from the Microsoft Gantt Chart 2.2.3 or trick to add custom tooltips?

 

Thanks,

2 REPLIES 2
ichavarria
Solution Specialist
Solution Specialist

Hi @Gboyraz,

 

Yes, it is possible to remove tooltips from the Microsoft Gantt Chart 2.2.3 by following these steps:

 

  1. Open the report page in Power BI Desktop that contains the Gantt chart.
  2. Select the Gantt chart.
  3. In the Visualizations pane, click on the Format icon (paint roller).
  4. Expand the Data labels section.
  5. Set the Data labels option to Off.

This will remove the default tooltips from the Gantt chart. However, if you want to add custom tooltips, you can use the Tooltip field in the Fields pane to specify the content of the tooltip. You can use any DAX expression to create the tooltip content, including referencing other columns in your data model. To do this:

 

  1. Drag the field you want to use for the tooltip into the Tooltip field in the Fields pane.

  2. In the Visualizations pane, click on the Format icon (paint roller).

  3. Expand the Tooltip section.

  4. Check the Enable option.

  5. You can then specify the DAX expression to use for the tooltip content in the Tooltip field. For example, if you want to show the start and end dates of the task, you could use a formula like this:

    START: " & FORMAT([Start], "dd/mm/yyyy") & " END: " & FORMAT([End], "dd/mm/yyyy")

This would show the start and end dates of the task in the tooltip when you hover over it.

 

Best regards, 

Isaac Chavarria

If this post helps, then please consider Accepting it as the solution and give Kudos to help the other members find it more quickly

Hi @ichavarria

Thank you for your reply much appreciated. I have followed first solution to remove default tooltips however setting Data labels option off did not work from my end

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.