Forum Discussion
How can I start application development for Power BI?
I have few questions regarding application development in Power BI.
I want to prepare an application which takes data from third party application like JIRA,GIT or VSTS.
I want to publish this application as publically available in Microsoft App source. When end user click on Get IT Now from Microsoft App source they need to provide application URL , Username and Password.
I don't want to use Power BI premium licence for that.
I have few questions regarding this development.
- How can I start with first? Do I need to prepare Power BI report by getting data from third party application first or I need to focus on Authentication process and loading a data first?
- Is there any example available for similar kind of development?
- How can I test this using App source?
Your answers are appriciated.
- Anonymous8 years ago
Hi Dhruvin,
According to your description, I think template content pack will suitable for your requirement.Reference links
Author template content packs in Power BI
Template content pack experiences in Power BI
Regards,
Xiaoxin Sheng
4 Replies
- AnonymousNot applicable
HI Dhruvin,
>>I want to prepare an application which takes data from third party application like JIRA,GIT or VSTS.
AFAIK, current power bi desktop has github, vsts connector, if you want to create reports based on these datasource, you can direct use specific connector.
If you want to do some customize with these datasource, you can take a look at power bi data connectior develop.
Data Connector SDK Developer Preview
If you mean dev a template content pack with third party datasource, you can refer to following link:
Author template content packs in Power BI
Regards,
Xiaoxin Shneg
- DhruvinHelper III
Hi Anonymous ,
Thanks for your valuable suggestions.
Basically, I need dynamics Authentication for every user who will use my content pack.
Suppose, I have prepared a Power BI report using Username [email protected] for Project X.
Now, when user "pqr" want to use this content pack and want to generate the report for Project "P".
How can I achieve this?
- AnonymousNot applicable
Hi Dhruvin,
According to your description, I think template content pack will suitable for your requirement.Reference links
Author template content packs in Power BI
Template content pack experiences in Power BI
Regards,
Xiaoxin Sheng