March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
We have set up git integration using PBIP files and have a few pages using report page tooltips. Although the JSON files in VS Code seem to be reflecting the correct configurations (allow use as tooltip is enabled on each report page tooltip; visual has tooltips enabled, Type set to Report Page and Page dropdown selected), since updating Power BI Desktop to version 2.138.1203.0 they no longer show once published to Power BI Service.
Example JSON of what I’m seeing for the report page tooltip:
“name:; “1a23”
"displayName": "Report Page Tooltip A",
"displayOption": "ActualSize",
"height": 100
"width": 300
"pageBinding": {
"name": "abcd123",
"type": "Tooltip",
"parameters": []
}
And example of what I’m seeing for the report page visual under visualContainerObjects:
“visualTooltip”: [
{
“properties”: {
“show”: {
“expr”: {
“Literal”: {
“Value”: “true”
}
}
},
“section:” {
“expr”: {
“Literal”: {
“Value“: “1a23”
}
}
}
}
}
]
When I pull a version from Github however and load in Desktop locally, the report page tooltips appear as expected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @abear24 ,
Based on the above information, It's a reproducible issue. Due to the new reply policy, I would suggest opening a Support Ticket.
If you are a Power BI Pro or Fabric licensee, you can create a support ticket for free and a dedicated Microsoft engineer will come to solve the problem for you.
It would be great if you continue to share in this issue to help others with similar problems after you know the root cause or solution.
The link of Power BI Support: Support | Microsoft Power BI
For how to create a support ticket, please refer to How to create a support ticket in Power BI - Microsoft Power BI Community
Best Regards,
Community Support Team _ Caitlyn