Reply
smmoore34
Helper II
Helper II

Customize Brower Tab Title and URL

When publishing Power BI reports using the html link, the browser tab only says " Power BI".

Is it possible to customize the tab names or the URL?

 

smmoore34_0-1725012017208.png

 

1 ACCEPTED SOLUTION

Thank you for your quick response. I'm not embedding this in a website, I'm adding as a link.

Here is the published link as an example:  https://app.powerbigov.us/view?r=eyJrIjoiNjNmMGE0OTgtYjU4Ny00ODYxLTgwODUtMzQ1OTdiNTJmNzI4IiwidCI6Ijk... 

View solution in original post

2 REPLIES 2
Shivu-2000
Super User
Super User

Hi @smmoore34 

Yes, you can customize the tab name and URL for Power BI reports published using HTML links.
To do so follow these steps respectively:

To Customize the Tab Name:

  1. Add a Title to the Report: In Power BI Desktop, give your report a descriptive title. This title will be used as the default tab name in the browser.
  2. Use the title Attribute: When embedding the Power BI report using HTML, include the title attribute within the <iframe> tag. This will override the default tab name.

For eg:

HTML
<iframe src="https://app.powerbi.com/embed?token=your_token" width="100%" height="600" title="My Custom Report Title"></iframe>

To Customize the URL:

  1. Create a Custom Bookmark: In Power BI Desktop, create a bookmark for the specific view or page you want to share.
  2. Use the Bookmark URL: When embedding the report, use the bookmark URL instead of the default report URL. This will create a custom URL that points directly to the bookmarked view.

Example:

HTML
<iframe src="https://app.powerbi.com/embed?token=your_token&bookmark=your_bookmark_id" width="100%" height="600"></iframe>

 
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Happy to help!

Thank you for your quick response. I'm not embedding this in a website, I'm adding as a link.

Here is the published link as an example:  https://app.powerbigov.us/view?r=eyJrIjoiNjNmMGE0OTgtYjU4Ny00ODYxLTgwODUtMzQ1OTdiNTJmNzI4IiwidCI6Ijk... 

avatar user

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)