Forum Discussion
Quick Create from Semantic Model via API
- 1 year ago
You would use the Power BI REST API:
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/GenerateTokenOR
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/CloneReportOR
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports✅ You Create a blank report based on the semantic model
✅ Then you embed it for editing using an Embed Token
✅ Power BI’s Auto Insights / AI suggestions (like auto visuals, visual suggestions) are automatically available in Edit Mode.Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!
Hi Ibendlin, thanks for your response.
Are you referring to Jupyter Notebooks? https://learn.microsoft.com/en-us/power-bi/create-reports/jupyter-quick-report It seems that that would be an option, yes, but I am unsure if I am able to embed this into my existing web application. I was hoping for a more direct approach using the API only, but I will look into this.