Forum Discussion
Dataflow vs Dataset refresh
- 7 years ago
>So I assume the dataflow is much like a data storage component on its own that manages the updating from the data source, wherever that may be
That's correct, technically PBI's Dataflow uses Azure Data Lake Gen2 for storage.
One use case I plan to use this dual refresh structure for, is to handle sources (e.g. static files) that don't need to be refreshed in Dataflows where they'll be imported but not under scheduled refresh. I've found PBI's scheduled refreshes to fail easily, so cutting down the service's scheduled refreshes to sources that actually need to be refreshed should lower incidents (e.g. web API timeouts, credential issues etc.).
- 7 years ago
Hi,
After internal checking, it seems that the next refresh time update (without browser refresh) was fixed and is should be available in the following updates.
I will keep monitor it.
Thanks,
Assaf
Hi otravers
I have created custom connector in Power Automate to refresh dataflow but i am not getting an email on refresh completion. I have followed the links you have provided. Do you have any idea why i am not recieving the email?
Hey
Make sure you set the "NotifyOption" parameter to "MailOnCompletion". You will receive email both on failure and on success of teh refresh
Refer to this Doc: https://docs.microsoft.com/en-us/rest/api/power-bi/dataflows/refreshdataflow#notifyoption
- otravers5 years agoCommunity Champion
I ended up writing a blog post elaborating on my initial entry to tie everything together in Power Automate. However, even though I'm using the NotifyOption, I'm not getting the emails on success/failure dataflow refreshes - not even from the documentation Try It button. I'll update once I figure out why but this is puzzling as I followed the documented syntax to the letter.
https://www.oliviertravers.com/power-automate-powerbi-dataset-dataflow-refreshes/
Anonymous can you share screenshots of how you set it up?
- Anonymous5 years agoNot applicable
Hi otravers
Please do share once you finally get the email.
- otravers5 years agoCommunity Champion
Good news, detailed triggers and actions for dataflows are coming soon to Power Automate which will make this refresh orchestration much easier. See 33 minutes into this video:
https://myignite.microsoft.com/sessions/d784f75a-f081-468d-84b2-d500142c5998
- Anonymous5 years agoNot applicable
otravers
Here is a screenshot of flow setup. I use the same for Dataflow as well- otravers5 years agoCommunity Champion
Anonymous and you're actually getting emails for dataflows? I contacted Microsoft support and they pointed me to this page that states:
"Triggers a refresh for the specified dataflow. The only supported mail notification options are either in case of failure, or none. MailOnCompletion is not supported."
Edit: I got confirmation that the documentation is incorrect and will be corrected in the next couple of weeks.