mmajcica / DeploySsrs

Build-Release task for VSTS/TFS that manages Microsoft's SQL Server Reporting Services
MIT License
21 stars 21 forks source link

Support for PBIRS requested; deployment of Power BI reports #9

Closed q0-0n closed 5 years ago

q0-0n commented 6 years ago

The current DeploySsrs version does not fully support the features of the new Power BI Reporting Server.

Desired outcome; Being able to deploy a Power BI report using DeploySsrs.

A possible solution could be the Write-RsRestCatalogItem function at ReportingServicesTools that can deploy PBI reports, KPI's and other binary files (such as Excel or images).

@mmajcica Would you be willing to give your view on this request? I would like to know how I can contribute to your project.

mmajcica commented 6 years ago

Hi,

I currently do not have time to focus on this nor I have experience with Power BI. If you can introduce this new functionalities, without breaking the current set of features, I'll be more then happy to assist with the review and publishing. To start, fork the project, make your changes, test it and once done, make a PR. However, considering the size of this change, if you decide to contribute, I'll like to have a small 'refinement' session in order to make sure that all of the added does make sense and to lay down the requirements in a clean way.

Thanks