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 hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.