Back to articles
Publishing and Embedding Power BI Reports on the Web with IFrames

Publishing and Embedding Power BI Reports on the Web with IFrames

via Dev.torosemutai

Microsoft Power BI is a tool created by Microsoft to turn raw data into interactive insights. The power of Microsoft Power BI lies in its ability to pull data from many sources, e.g., web, excel, clean the data and then create visuals that are easy to understand. Key Components Power BI Desktop Power BI Service Power BI Mobile Why Publish and Embed Reports? After creating reports, there is need to share with your teammates and stakeholders. Hence the need to publish these reports. Publishing to the web allows users to make reports publicly available and accessible on the internet creating interactive visuals that anyone with a URL can view without signing in. Iframe This is a HTML element used to embed another document or website within a web page, You will use iframes to embed your reports on the web. Syntax <iframe src="url" title="description"></iframe> Use the height and width attributes to specify the size of the iframe. The height and width are specified in pixels by default. Pub

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles