Forum Discussion
Fabric Secure solution for Data Sharing for Multi-Authentication users
- Anonymous1 year ago
Hi Amiral,
Thank you for reaching out in Microsoft Community Forum.
1. Please Use Synapse Data Hub with API Management or Azure Functions to expose refreshed data via a REST API.
2. Export data from Power BI datasets in JSON format using the Power BI REST API.
GET https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/rows3.In Fabric notebooks, export Lakehouse data to JSON:
df.to_json('/lakehouse/default/Files/exported_data.json', orient='records', lines=True)Please continue using Microsoft community forum.
If you found this post helpful, please consider marking it as "Accept as Solution" and give it a 'Kudos'. if it was helpful. help other members find it more easily.
Regards,
Pavan.
Hi Amiral,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please "Accept as Solution" and give a 'Kudos' so other members can easily find it.
Thank you,
Pavan.