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
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.