Forum Discussion
GigaGandalf
1 year agoFrequent Visitor
Quick Create from Semantic Model via API
I would like to use the auto-create or quick create function of powerbi via the api with an existing semantic model. As far as I can tell, this is not supported by the default quick create function d...
- 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 !!
lbendlin
Super User
1 year agowasn't that something you can do from a notebook?