Forum Discussion
How can I start application development for Power BI?
- 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
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
- Dhruvin8 years agoHelper 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?
- Anonymous8 years agoNot 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
- Dhruvin8 years agoHelper III
Yes Anonymous
I think this is the correct way for my requirement,
Thank you so much.