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 GigaGandalf ,
Currently, the Quick Create API does not support using existing semantic models in secured environments. However, did you have a chance to try the alternative solution shared by lbendlin ? It provides a supported approach using the Power BI REST API, which may help achieve your goal.
If you need any clarification, feel free to ask. And if the issue is resolved, please consider marking the response as accepted it helps other community members facing similar challenges.
If this functionality is important to your scenario, we recommend sharing your suggestion in the Fabric Ideas - Microsoft Fabric Community.
Microsoft actively reviews highly voted ideas, and it helps prioritize future feature development.
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.