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.
GigaGandalf
1 year agoFrequent Visitor
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.