Share Your Power BI Reports with the World

Share Your Power BI Reports with the World

Want to showcase your amazing Power BI reports to anyone, even if they don't have a Power BI subscription? This newsletter is for you!

Here's how to make your Power BI reports publically available:

  1. Open your report on powerbi.com.
  2. Go to File > Embed report > Publish to web (public).
  3. A pop-up will appear. Click "Create embed code" and then "Publish."

Now you have two options:

Option 1: Share a Link

  • Choose this option if you want a simple URL to send in emails or share online. Anyone with the link can view your report, no Power BI subscription required!
  • Bonus: If your report has multiple pages, each page will be accessible individually on the shared web page.

Option 2: Embed in Your Website

  • Choose this option if you want to integrate your report seamlessly into your existing website.
  • You'll receive a snippet of HTML code. Simply copy and paste this code into your website's HTML editor.
  • We've included an example below to get you started!

Example:

Below is the HTML code for our website: –

<html>

<head></head>

<body>

<h2>Naga_Garments_Dataset</h2>

</body>

</html>

We’ll paste the iframe HTML code of our report page in the above HTML code of our website as shown below: –

<html>

<head></head>

<body>

<h2>Naga_Garments_Dataset</h2>

<iframe title=”Naga_Garments_Dataset” width=”600″ height=”373.5″ src=”https://app.powerbi.com/view?r=eyJrIjoiMGY5NGRkNzItYmJiMi00Y2Y3LWE2OTItMzlhY2E1NzkxMGI0IiwidCI6IjZmMjhlNWI4LTY3ZmUtNDIwNy1hMDQ4LWNjMTdiOGUxMzQ5OSJ9″ frameborder=”0″ allowFullScreen=”true”></iframe>

</body>

</html>

After adding the iframe HTLM to our code we’ll save the file.

That's it! Now your website visitors can view your Power BI report directly within your webpage.

Ready to share your insights with the world? Get started with embedding your Power BI reports today!

要查看或添加评论,请登录