Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Embedded report force displaying titles on all visuals

I've got an issue where I'm embedding a report into an application, app owns data scenario. The report in desktop and Power BI service, looks/renders without issue. When the report is embedded into the application, all of the visuals on the report are forcefully displaying their Titles, even when the report has those set to off. Has anyone experienced this? 

 

The application code shown to me by the app dev doesn't seem to be forcing title displays. They're using Microsoft.PowerBI.API version 2.014, which they know is old. I've advised them to upgrade to v3 but they're currently under time crunch and don't have time to fix breaking changes for move to 3 yet, although I don't know if that would have any bearing on this at all.

3 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks. I'm a consultant working for this client and I don't have a pro account under their tenant. I already advised their developer to open support ticket. I'm posting here to try and be proactive and hopefully find a resolution. I searched forum already and couldn't find anything like what I'm seeing, hence the post. 

  • Anonymous's avatar
    Anonymous
    Not applicable

    Good  news, update and resolution. Turns out the web dev was applying a theme over the report within their app code. In the theme json they were setting title to true. Removed that from the json to allow the report to control that piece, looks fine now.