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.
lbendlin
1 year agoSuper User
What is the target audience? What is the expected lifetime of that report? To me this sounds like you are solving the wrong problem. Power BI is not about producing reports, it is about generating actionable insights.