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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
willatkinson
Helper II
Helper II

Published report link name

Hi all,

 

We are publishing some of our reports publicly, however, when we embedd our report links in a webpage, when we try and paste the link it always defaults to Microsoft Power BI.

 

Is there a way in Power BI to set what the link will read as rather than the generic text?

 

 

Thanks

3 ACCEPTED SOLUTIONS
SamsonTruong
Impactful Individual
Impactful Individual

Hi @willatkinson,

This is most likely due to the metadata inherited from Power BI. To change this, you can embed it into your site with a text of your choice using the following HTML template:

<a href="Report Link" target="_blank">
  Display Text
</a>

 

If this helped, please mark it as the solution so others can benefit too. And if you found it useful, kudos are always appreciated.

Thanks,

Samson

View solution in original post

v-kpoloju-msft
Community Support
Community Support

Hi @willatkinson,
Thank you for reaching out to the Microsoft fabric community forum. I have identified several alternative workarounds that may assist in resolving the thread.

You're right. When sharing Power BI public links directly, the preview text often defaults to “Microsoft Power BI” due to the report's page metadata.

The solution from @SamsonTruong,  is correct using a standard HTML <a> tag allows you to customize the display text like this:

<a href="https://app.powerbi.com/view?r=..." target="_blank">View Sales Dashboard</a>

Additionally, here are some other options you might consider:

  • Markdown link (if your site uses Markdown):
    [View Dashboard](https://app.powerbi.com/view?r=...)
  • Custom short links using Bitly or TinyURL with a branded label
  • Embed the full report via <iframe> and pair it with a custom external button or link

For more detailed steps, you can also refer to the official Microsoft documentation here:

If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.

Thank you for using Microsoft Community Forum.

View solution in original post

Poojara_D12
Super User
Super User

Hi @willatkinson 

When embedding Power BI reports publicly using the “Publish to web” feature, the default behavior is that the link preview (for example, when shared in emails or messaging apps) often displays a generic title such as "Microsoft Power BI". This is because the metadata (specifically, the Open Graph tags like <title> and <meta> in the HTML) for public embed links is controlled by Microsoft and is not customizable through the Power BI service itself. Power BI doesn't currently allow you to change the default metadata for embedded links or assign a custom title or description that appears when sharing the link directly.

 

However, if you're embedding the report within your own webpage using an <iframe>, you can control how it appears on your site—including the surrounding context, page title, and headings—so users won’t see the generic title unless they specifically open the link in a new tab. For more customized link previews (e.g., in Slack or social media), one workaround is to use an intermediary landing page or redirect link (such as a short link or a page you host) where you define your own Open Graph metadata. That way, the preview reflects your branding rather than the default Microsoft Power BI label.

 

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"

Kind Regards,
Poojara - Proud to be a Super User
Data Analyst | MSBI Developer | Power BI Consultant
Consider Subscribing my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS

View solution in original post

6 REPLIES 6
Poojara_D12
Super User
Super User

Hi @willatkinson 

When embedding Power BI reports publicly using the “Publish to web” feature, the default behavior is that the link preview (for example, when shared in emails or messaging apps) often displays a generic title such as "Microsoft Power BI". This is because the metadata (specifically, the Open Graph tags like <title> and <meta> in the HTML) for public embed links is controlled by Microsoft and is not customizable through the Power BI service itself. Power BI doesn't currently allow you to change the default metadata for embedded links or assign a custom title or description that appears when sharing the link directly.

 

However, if you're embedding the report within your own webpage using an <iframe>, you can control how it appears on your site—including the surrounding context, page title, and headings—so users won’t see the generic title unless they specifically open the link in a new tab. For more customized link previews (e.g., in Slack or social media), one workaround is to use an intermediary landing page or redirect link (such as a short link or a page you host) where you define your own Open Graph metadata. That way, the preview reflects your branding rather than the default Microsoft Power BI label.

 

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"

Kind Regards,
Poojara - Proud to be a Super User
Data Analyst | MSBI Developer | Power BI Consultant
Consider Subscribing my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS
v-kpoloju-msft
Community Support
Community Support

Hi @willatkinson,
Thank you for reaching out to the Microsoft fabric community forum. I have identified several alternative workarounds that may assist in resolving the thread.

You're right. When sharing Power BI public links directly, the preview text often defaults to “Microsoft Power BI” due to the report's page metadata.

The solution from @SamsonTruong,  is correct using a standard HTML <a> tag allows you to customize the display text like this:

<a href="https://app.powerbi.com/view?r=..." target="_blank">View Sales Dashboard</a>

Additionally, here are some other options you might consider:

  • Markdown link (if your site uses Markdown):
    [View Dashboard](https://app.powerbi.com/view?r=...)
  • Custom short links using Bitly or TinyURL with a branded label
  • Embed the full report via <iframe> and pair it with a custom external button or link

For more detailed steps, you can also refer to the official Microsoft documentation here:

If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.

Thank you for using Microsoft Community Forum.

Hi @willatkinson,

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

Thank you.

Hi @willatkinson,

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.

Hi @willatkinson,

I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.

SamsonTruong
Impactful Individual
Impactful Individual

Hi @willatkinson,

This is most likely due to the metadata inherited from Power BI. To change this, you can embed it into your site with a text of your choice using the following HTML template:

<a href="Report Link" target="_blank">
  Display Text
</a>

 

If this helped, please mark it as the solution so others can benefit too. And if you found it useful, kudos are always appreciated.

Thanks,

Samson

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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