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

Be 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

After November 2024 update, report page tooltips in PBIP file won't appear in Power BI Service

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.

Status: Investigating

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

Comments
v-xiaoyan-msft
Community Support
Status changed to: Investigating

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