development
5 TopicsGenerating reports in PowerBI Report Server from Java based application
Hello guys, I am new to PowerBI and our requirement is to generate reports leveraging PowerBI (i.e generating report [PDF] as per template provided once a user clicks on button in JSP of web-based java application). In order to fulfill above what is the best possible way to connect to Report Server from on-prem java based application and provide inputs or data to generate the report in UI. Currently the input data is queried from Oracle database and set in POJO classes.2.3KViews0likes2CommentsBI Dev Consultancy
Hi, A company contacted me for Bi Development. They have data bases and I will be helping them in developing the Power BI dashboards and reports. But before dev task starts they need a standard documentation for the scope, project resouces, requirements, timeline and all the project management asspects. Are there any templates available for such consultancy? (paid or free no problem.) I am a certified PBi DA-100 but project management is not my expertise so any ideas will help me. Thanking you gentelmenSolved1.3KViews0likes2CommentsSOAP access to managing Power BI reports in SSRS?
I'm going to have a base set of Power BI reports hosted in an on-premises Report Server for a number of our customers. We will be embedding the reports in our application via an IFrame. So, here's the thing. I have a base SpendReport, and ten client-specific versions of the same report (SpendReport_cust1, SpendReport_cust2, etc.), where the only difference between each version is the data source to which it is attached. Is there any way I can automate my deployment of these variants, say through the SOAP interface to SSRS? I'd like to be able to upload my base PBIX file, then run a management app to make 10 copies, each tied to the appropriate data source. I can connect to the report server and make a ListChildren call that shows the reports I've uploaded, but when I try to call GetDefinition on a particular report, it cannot be found. I'm guessing that it may have something to do with the fact that the reports have a TypeName of "PowerBIReport", but I'm not sure.1.6KViews0likes1Comment