Share Your Power BI Reports with the World
Addend Analytics: Microsoft D365 & Data Analytics Partner
100+ D365 Business Central & Power BI Implementations across U.S. | Europe | India
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:
Now you have two options:
Option 1: Share a Link
Option 2: Embed in Your Website
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!