The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi!
Is there a way to export Power BI report in a JSON or similar machine readable format so we can reuse the data elswhere?
Hi @Anonymous ,
You can use the R script to convert the data frame into JSON format and export into a JSON file. Refer to the following solution for detailed steps:
Solved: Export data in JSON format - Microsoft Fabric Community
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I guess this would be prefered, but I would need a more detailed explnation, Im not familiar with R.
You can use REST API to extract data from Power BI.
Below blog provides the details :
Hey,
can you clarify what you mean by export report as JSON data?
Do you need to export the data within Power BI dataset in JSOn format or you want to preserve the meta data of the PBIX file in JSON format?
@NandanHegde Not sure what is the best option, but we would like to re-use the "final" data from the dashboard in other internal tools.