Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.