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
About "Download SQL database project" and fix the downloaded project
1. The sqlproj must be fixed, it is downloaded without the xml markup line <?xml version="1.0" encoding="utf-8"> 2. The sdk must be updated: Actual: <Sdk Name="Microsoft.Build.Sql" Version="0.1...Jarrinf3 hours agoFrequent VisitorNew48Views3likes2CommentsEventstream MQTT broker source: V3.1.1 support
The Eventstream MQTT broker source supports connections with public MQTT brokers that offer MQTT V5 support. Please offer support for V3.1.1 too, because this is still a valid and widely used ver...svelde4 hours agoSuper UserCompleted1.4KViews6likes4CommentsGet data from Apache Kafka topics via private networking
Current prerequisites limit to public Kafka instances which is not feasible for most enterprise customers. When will this limitation be lifted so that it can be used in private network setups, for ...Jugi4 hours agoMicrosoft EmployeePlanned3.5KViews2likes3CommentsSet default x axis scrolling position
Enable selection of the default scroll position for the x-axis on a chart. For example, on a line chart with dates as the x-axis, when not all of the data can display in the view at once, the scroll...Lisa_Krieg12 hours agoNew MemberNeeds Votes7.8KViews1154likes104Comments