Please add this operation. It is extremely useful in case of Datasets to monitor refreshes and even more important for me to check whether the refresh is stil going on or is already finished (and wit...
fbcideas_migusr
6 years agoNew Member
Just for inspiration, this is a workaround algoritm for this REST API operation. I'm running this in Logic Apps. 1) Save current time in UTC (var currentTime). 2) Refresh dataflow (REST API - Dataflows - Refresh Dataflow) 3) If request is succesfull (statusCode = 200) or dataflow is already refreshing (error.code = 'CdsaModelIsAlreadyRefreshing') continue, otherwise there is some error 4) Check dataflow every 3 minutes for 15 minutes (5 times in total) (REST API - Dataflows - Get Dataflow) 5) If last entity partition refresh time is greater than variable currentTime (last(last(entities).partitions).refreshTime > currentTime) then the dataflow is refreshed successfully 6) If not (after 5 checks) continue from step 2 (Refresh dataflow) - I'm running this loop 4 times...waiting for dataflow to be refreshed succesfully 60 minutes (4x15) total. It is definetely not the robust solution but it is working for me without any problems. If you need any detailed info let me know, I can provide more details.
Recent ideas
Support SNC Authentication for SAP BW in Power BI Report Server
Organizations are increasingly moving toward encrypted and certificate-based authentication for SAP BW connections due to security and compliance requirements. Currently, Power BI Report Server (PBI...Indramouli1 day agoNew MemberNew6Views0likes0CommentsHow to remind the Global team to respond to ECNs with greater efficiency
Suggest Power BI send emails to each responsible person, and display how many days they have spent handling each ECN, compared to the required number of calendar days for completion.richardzhu2 days agoNew MemberNew37Views5likes2Comments