Forum Discussion

Roomie117's avatar
Roomie117
Helper I
9 months ago
Solved

Migration SSRS to POWERBI

Hi PowerBI Anonymous ,  Could you guide me the  best approach for migrating SSRS reports to Power BI. All of my data sources are SQL Server on-premises. Additionally, could you guide me through th...
  • v-tejrama's avatar
    v-tejrama
    9 months ago

    Hi Roomie117 ,

     

    When you are deploying paginated reports through GitHub, the process works a bit differently from publishing directly in the Power BI Service. Publishing from Report Builder is fine for quick, manual work, but in a Dev environment where you want repeatable deployments, GitHub becomes the source of truth.

     

    The RDL files stored in your repository should be the versions that move through your environments, and your GitHub workflow can publish those reports to the workspace using Power BI’s APIs or PowerShell modules. The one thing GitHub cannot do is create data sources in the Service, so those need to be set up manually in the workspace ahead of time, along with the gateway connection for your on-prem SQL Server. Once the data source exists, your pipeline can publish the RDL and rebind it automatically.

     

    This way, you keep a clean CI and Dev process while still supporting manual publishing if you ever need it, but GitHub should be considered the main deployment path when you're managing environments.

    Best Regards,
    Tejaswi.
    Community Support