Forum Discussion
Remove titles from embedded tiles
We're facing the same issue as well. We don't want to display the titles on these tiles when they're embedded.
The title have been removed inside of PowerBi. However it still shows up when embedded. We're using the powerbi javascript library to embed tiles.
Is there any progress on this issue. I also want to remove the title from embedded tiles.
- Cleared8 years agoFrequent Visitor
I havent seen any progress atleast. The way we solved it in the end was to create a simple report, reduce the page-size to the same size as a tile and then only include a single tile on the report. Then we embedded this report, and in reports you are able to remove titles from the tiles.
- Sakshi8 years agoHelper I
I was able to achieve this by manually editing details of each tile on Dashboard on Power BI Service, by unchecking the 'Display title and subtitle' checkbox.
This seems to be an additional task.
Would really appreciate if Power BI Javascript API does provide a parameter to be set for hiding/displaying title for each tile we are embedding.
Let me know if I skipped anything and there is a workaround available for this.