I want to build an PowerBI App similar to Salesforce Reports App for Power BI in the AppSource market place
- It expects the user to provide Salesforce credentials
- It fetches all reports (tabular + summary) and lists on the right hand side
- The user selects a report and the data corresponding to the report is fetched from Salesforce using a REST API call and a Dataset is created for the Salesforce Report.
I need to build something similar and I don't find the relevant documents. 1. Where do I can view the source code for the above app? Is it open source? 2.Is there any documentation on how to develop similar apps?
The above App is quite different from other Apps in the AppSource marketplace since this is not a content pack nor a solution template as well.