Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi, is there a way to remove tooltips from the Microsoft Gantt Chart 2.2.3 or trick to add custom tooltips?
Thanks,
Hi @Gboyraz,
Yes, it is possible to remove tooltips from the Microsoft Gantt Chart 2.2.3 by following these steps:
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:
Drag the field you want to use for the tooltip into the Tooltip field in the Fields pane.
In the Visualizations pane, click on the Format icon (paint roller).
Expand the Tooltip section.
Check the Enable option.
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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
87 | |
87 | |
83 | |
65 | |
49 |
User | Count |
---|---|
127 | |
108 | |
89 | |
70 | |
66 |