Forum Discussion
Nishang
1 year agoNew Member
Auto-Create Report using PowerBI API
Hi all, I'm working on an app where users paste a JSON array, and I use the Power BI REST API to: 1. Create a dataset 2. Push data into a table Now, I want to automatically generate a report from...
- 1 year ago
Hi Nishang,
as you have your data in a JSON format, this might do what you need:
https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/embed-quick-report#step-11---create-a-dataset-without-a-data-source
The quick create function will allow you to let powerbi create a report from your data.
v-priyankata
1 year agoCommunity Support
Hi Nishang
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.