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.
Need help programmatically downloading a specific Power BI dataset when a user clicks its name in my existing app (already navigates workspaces/datasets). Using Client ID/Secret for authentication.
Questions:
I'm looking for a detailed explanation or step-by-step guide on how to implement this process, including code examples or clear instructions on API calls and handling responses. Any in-depth assistance would be greatly appreciated.
Solved! Go to Solution.
First of all you need to make sure the pbix is downloadable. There is a long long list of restrictions here
https://learn.microsoft.com/en-us/power-bi/create-reports/service-export-to-pbix#limitations
Then use the standard API call.
https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group
Note that this can be asynchronous depending on the size of the PBIX. So you mayu need to implement additional pollong logic.
Hi @Krishna_009_ ,
I hope this information proves helpful. Feel free to reach out if you have any further questions or would like to discuss this in more detail. If responses provided answers your question, please accept it as a solution so other community members with similar problems can find a solution faster.
Thank you!!
Hi @Krishna_009_ ,
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 the responses has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @Krishna_009_ ,
Thank you for reaching out to Microsoft Fabric Community.
Thank you @lbendlin for prompt response.
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be
helpful for other community members who have similar problems to solve it faster.
Thank you.
First of all you need to make sure the pbix is downloadable. There is a long long list of restrictions here
https://learn.microsoft.com/en-us/power-bi/create-reports/service-export-to-pbix#limitations
Then use the standard API call.
https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group
Note that this can be asynchronous depending on the size of the PBIX. So you mayu need to implement additional pollong logic.
User | Count |
---|---|
5 | |
3 | |
3 | |
2 | |
1 |
User | Count |
---|---|
11 | |
7 | |
5 | |
5 | |
4 |