Forum Discussion
Update Power BI App Using Power Automate (or other options)
Hi!
Is there a way to update the Power BI App (NOT refresh the dataset) using Power Automate?
I am trying to find it in the list of Power Automate actions related to Power BI, but I cannot seem to find it.
If it's not possible through Power Automate, do you have other suggestions as to how the update of the Power BI app can be done on a schedule automatically?
Thanks.
Hi PatrickGreen
Thank you for reaching out to the Microsoft Fabric Community Forum.As of now, Power Automate does not natively support updating or publishing a Power BI App. While it offers several built-in actions related to Power BI such as refreshing datasets, exporting reports, and retrieving report content it does not include functionality to publish or update a Power BI App.
I recommended you to submit this feature request to the Power BI Ideas forum.
Thank you!
9 Replies
- v-karpurapudCommunity Support
Hi PatrickGreen
Thank you for reaching out to the Microsoft Fabric Community Forum.As of now, Power Automate does not natively support updating or publishing a Power BI App. While it offers several built-in actions related to Power BI such as refreshing datasets, exporting reports, and retrieving report content it does not include functionality to publish or update a Power BI App.
I recommended you to submit this feature request to the Power BI Ideas forum.
Thank you!
- PatrickGreenAdvocate I
Thanks for this v-karpurapud ! I just got busy at work. But I will explore the solution you outlined.
- monik-aRegular Visitor
Has this solution worked for you? Were you able to update an app through the API using this "groups/{workspaceId}/apps/{appId}/Update"?
- monik-aRegular Visitor
Hi, are you sure this works?
- API Endpoint: POST https://api.powerbi.com/v1.0/myorg/groups/{workspaceId}/apps/{appId}/Update
I can't find any documentation for this, and it is not working for me either.
- Luuk_JFrequent Visitor
Hi,
I cant get the API endpoint to work, you sure this is valid? Can you share any documentation on this?
Thanks!
- v-karpurapudCommunity Support
Hello PatrickGreen
Hope you are doing well!
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 it as a solution and give a 'Kudos' so other members can easily find it.
Thank you. - v-karpurapudCommunity Support
Hi PatrickGreen
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.
- v-karpurapudCommunity Support
Hi PatrickGreen
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. - gertcFrequent Visitor
this ""groups/{workspaceId}/apps/{appId}/Update"" path is not documented anywhere.
And F12 tracing of "update app" in edge browser points to completely different API that also requires whole app definition as payload.
Anybody has simple and working solution?