Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 1.22 KB

File metadata and controls

31 lines (15 loc) · 1.22 KB

Loading your Power BI report to a repository

There a the maximum total file size allowed to be manually uploaded of (20 MB) on Git repositories. There are 2 ways or circumvent this:

  • Save your report as a Power BI Template - .pbit extension and manually load it to your repository. Using this method you need to add a refresh dataset to the release pipeline
  • Load using Visual Studio or Visual Code

Create a Visual Studio Project

You can simply go to your Azure DevOps repository and upload the file .pbix file.

Open Visual Studio and create a new project

Create New Project

Select Create Azure Resource Group

Select Azure Resource Group

Name the project PowerBiDevOps, now add the sample report you downloaded on the first step click here to download it, please unzip the file

Add downloaded report

Next: Link VS Project to Azure DevOps