Back to articles
How I Published My Power BI Report and Embedded It on a Website

How I Published My Power BI Report and Embedded It on a Website

via Dev.toJoan Wambui

I recently completed a Power BI project, an electronics sales dashboard built from a raw CSV file. Cleaning the data, modeling the tables, writing DAX measures, all of that happened in Power BI Desktop. This article covers what happens next: getting that report out of your computer and onto the internet where it can actually be used. 1. Create a Workspace Before publishing anything, you need a workspace. In Power BI Service, a workspace is essentially a folder that holds your reports and datasets. Go to app.powerbi.com and sign in. On the left navigation panel, click Workspaces, then click “New workspace”. 2. Publish from Power BI Desktop Go back to Power BI Desktop, press Ctrl + S to save your file, then go to the Home tab in the ribbon and click Publish on the right side. A dialogue box appears asking where to publish. Select the workspace you just created and click Select. 3. Generate the Embed Code Now that the report is live in Service, you need the embed code to place it on a web

Continue reading on Dev.to

Opens in a new tab

Read Full Article
3 views

Related Articles