Currently, there is an Action to let us trigger the Power BI Semantic Model refresh through Logic App that uses the Power BI API connection (named "Refresh a dataset"); great! But there is no similar Power BI action to trigger the dataflow and we have to use HTTP action which has several disadvantages.
One important disadvantage is that once the HTTP request is submitted then the action is considered as completed and the logic app moves to the next step without waiting for the dataflow to be refreshed (successfully or not). With a Power BI action to refresh the Dataflow, the action would wait until the execution of the dataflow is a success or a failure and then return the output before to move to the next step/action. A workaround is to add a "Delay" step but with a fix value (example = 1mn) and there is no guarantee that the dataflow's refresh completes within that delay, as well as there is no control on the output of the refresh (whether the refresh fails or not, the logic app will continue to execute the next steps after that delay).
Another disadvantage by having to use HTTP request is that you cannot use the Power BI API connection through the HTTP request and you have to pass the access credentials information to the action to get the token prior to submit the request.
Also it would be very useful to add a Power BI action to let us refresh a Dataflow, thanks.
Recent ideas
How to Back Up and Restore a Fabric Lakehouse for Debugging
Is there a way to clone a Lakehouse, including its data, in Microsoft Fabric? When we encounter a data issue in Production, our usual approach is to take a backup of the database, restore it to a se...gsrinivasan4 hours agoNew MemberNew39Views0likes1CommentTenant Administration for Fabric Cloud Connections - Enterprise Governance Gap
Microsoft Fabric currently provides robust security around cloud connections by treating them as user-owned securable resources. While this model works well for personal connections, it creates signi...hrenollet6 hours agoRegular VisitorNew77Views7likes1CommentEnable Ownership Change / Take‑Over for Mirrored Database Items in Fabric
Mirrored DBs do not support ownership transfer today. This becomes an issue when someone leaves the company. And the user tied to the ownership is beeing disabled. That means you need to recreate the...Sigurd7 hours agoNew MemberNew875Views25likes3CommentsOption to hide item counts in filter pane
Allow report authors to hide counts displayed next to filter values while preserving filtering functionality. Currently, Power BI displays record counts next to values in filter panes and certain s...saul_galdamez10 hours agoNew MemberNew22Views0likes0CommentsAllow Detect Data Changes for Historic Data Outside Incremental Window
In Power BI Incremental Refresh,Detect Data Changes only works inside the incremental refresh window. If historic data gets updated, Power BI cannot detect or refresh it unless I expand the increment...NAGAKEERTHI_Y14 hours agoNew MemberNew119Views1like1Comment