Forum Discussion
Make dynamic oData souce
samaresh,
You can create a Power BI report template(PBIT) with data source parameter, then send the PBIT file to your users. The users can instantiate the PBIT and generate report with their own data, after that, they can publish the PBIX file to Power BI Service. For more details, please review the following blog and similar thread.
https://powerbi.microsoft.com/en-us/blog/deep-dive-into-query-parameters-and-power-bi-templates/
https://community.powerbi.com/t5/Desktop/How-to-create-a-template-with-a-different-data-source-every-time/td-p/50969
Regards,
- samaresh9 years agoFrequent Visitor
Thanks for your reply. Actually i will have to publish the App in app source/App store. User will get the app from store and will start using it no way to make pbix file themself. There are lot of example in store like git gub, goodle analytics, QuickBooks etc. When user get that app in Power BI, It shows the current user specific reprots.
My expectation is when user access the app from store for first time it will ask the Sharepoint URL than it will load the data from that sharepoint and show the reports.
- Anonymous9 years agoNot applicable
samaresh,
What you describe can't achieved in Power BI Service. User can get their report by connecting to the existing content pack that Power BI Service provides. For the dataset you create, you would need to define PBIT with data source parameter for different users to generate their reports.
Regards,
Lydia- samaresh9 years agoFrequent Visitor
Thanks for your reply. Actually i want to do some thing like Git, QuickBooks etc. When user add Git app it ask authentication. After authentication user can see that user specific data and reports. Same thing in QuickBooks user will see there on financial data and reports. I don't understand how should i start developing this. In visual studio i don't find any tempalte for Power BI Project.
Incase of office add-in we need two project one for app manifest ther for web appplication that normally hosted in Azure. So what type of project i need to develop Power BI app like Git or QuickBooks. Please provide some link if possible.