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
Improve Metadata and Lineage Support for Power BI Paginated Reports
Power BI Service currently lacks built-in capabilities to retrieve and manage metadata for deployed Paginated Reports (.RDL). We would like Microsoft to provide APIs and/or native features to: Ret...v-koyag2 hours agoMicrosoft EmployeeNew13Views1like0CommentsDynamic Labels for Subtotals and Totals in Power BI Matrices
Power BI should support dynamic expressions for subtotal and total labels in Matrix visuals. Currently, subtotal labels are static, which limits report usability and forces report authors to implemen...KellyMc11 hours agoNew MemberNew12Views0likes0CommentsCustom page navigation and foldable menus with less bookmarks (modern web UI inspired)
I recently watched a lot tutorials on how to achieve page navigations as common in modern web frameworks as Bootstrap including foldable site menusbars and dropdown menus. Or building toggle buttons....Famondir12 hours agoNew MemberNew98Views1like1Comment