Forum Discussion
pavan1
9 years agoHelper I
Integrating power bi reports to application using Second method Power BI RestAPI
Hi All, Can anyone help on how to start integrating power bi Reports to Customer Application via second method of using POWER BI REST API. I am a ETL And Sql Server developer ,Please help on...
tringuyenminh92
9 years agoMemorable Member
Hi pavan1,
Same as you, I started to integrate PBI report to web app by power bi rest api (power bi embed javascript) since last month.
As my feeling, the easy topic that you could follow up is:
- Power BI Cli to generate some workspace/importing report by command (interactive with your azure account)
- Basic steps to integrate with js and demo site
- In case you want to extend expiration of embed token or something else, you could use Power BI API for .NET
- pavan19 years agoHelper ICould I need to use power bi desktop or not tell me,
For development.- tringuyenminh929 years agoMemorable Member
Hi pavan1,
Yes, you need use Power BI Desktop to design report and save to pbix file. Power BI Rest API just help you generate iframe element and pass it to you calling method in code to render in your application view. But PBI Desktop is free so there is no matter about it. ^_^