- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Can power bi refresh data automatically when new data comes to dynamic 365 database?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-21-2018 11:00 AM
Hello,
I have a revenue table in power bi (which uses dynamic 365 as the data source) and it is published to dynamic 365 dashboard on a daily basis. However, it is all manually done at the moment. I need to refresh the data in power bi and publish to dynamic 365 dashboard on a daily basis.
Is there a way to automate this? I.e. If new data comes to dynamic 365, power bi will refresh the data automatically and publsih it back to dynamic 365 dashboard?
I have search some forum and found out about rest API but I am not a programmer. Do we have other ways to achieve this?
Thanks,
Ricky
Solved! Go to Solution.
Accepted Solutions
Re: Can power bi refresh data automatically when new data comes to dynamic 365 database?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-23-2018 12:58 AM
Hi @rickylee,
As I understand, you have a power BI report whcih you then publish to the Power BI Service and then from there to dyamic 365 dashboard - correct?
If so, you can achieve referehsing with scheduled refresh:
However, the scheduled refresh is fixed so it only happens at the time you've selected - and it is limited to 8 refreshes per day for free and pro users and 48 refrehses a day for premium users.
If you want to "force" a refresh every time data is changed, make a Flow with Microsoft Flow. This solution requires you to make a PowerBI custom connecter in Microsoft Flow. and I got it done with easy-to-follow instructions from this blog. I needed a similar refreshing feature for one of my reports and the only solution I found was making a Flow with Microsoft Flow and creating a custom Power BI connector to Flow. Please note, that the 8 or 48 refreshes a day limit still exists even if you use Flow.
Br,
T
All Replies
Re: Can power bi refresh data automatically when new data comes to dynamic 365 database?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-21-2018 11:05 AM
I believe you published your reporting on powerbi service, if yes then you can schedule data refresh in powerbi service , 8 times a day maximum .
Did I answer your question? Mark my post as a solution!
Proud to be a Datanaut!
www.perytus.com(MVP Data Platform)
Re: Can power bi refresh data automatically when new data comes to dynamic 365 database?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-21-2018 06:25 PM
You may look at using FLOW to do this. Also PowerBI supports straming (live) data sets that might meet you needs but there are limitaitons.
Re: Can power bi refresh data automatically when new data comes to dynamic 365 database?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-23-2018 12:58 AM
Hi @rickylee,
As I understand, you have a power BI report whcih you then publish to the Power BI Service and then from there to dyamic 365 dashboard - correct?
If so, you can achieve referehsing with scheduled refresh:
However, the scheduled refresh is fixed so it only happens at the time you've selected - and it is limited to 8 refreshes per day for free and pro users and 48 refrehses a day for premium users.
If you want to "force" a refresh every time data is changed, make a Flow with Microsoft Flow. This solution requires you to make a PowerBI custom connecter in Microsoft Flow. and I got it done with easy-to-follow instructions from this blog. I needed a similar refreshing feature for one of my reports and the only solution I found was making a Flow with Microsoft Flow and creating a custom Power BI connector to Flow. Please note, that the 8 or 48 refreshes a day limit still exists even if you use Flow.
Br,
T
Re: Can power bi refresh data automatically when new data comes to dynamic 365 database?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-23-2018 01:16 AM
Thank you.
Re: Can power bi refresh data automatically when new data comes to dynamic 365 database?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-23-2018 01:17 AM
Thank you for the heads-up.
Re: Can power bi refresh data automatically when new data comes to dynamic 365 database?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-14-2018 11:06 AM
Hey @t_R,
That was a really cool blog post; thanks for the link. Are you saying that if you set this up, there is still the 8 refreshes a day limit? Meaning that the Microsoft Flow will fail after its 8th execution?
Thanks,
Parker
Re: Can power bi refresh data automatically when new data comes to dynamic 365 database?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-15-2018 02:39 AM
To my knowledge, yes. I can't remember which one fails Flow or Power Bi but you'll get an error. IT depends on your Power Bi workspace/license: Pro gives 8 times and Premium 48 - this might have changed, I'm not sure.
However if you connect with direct query instead of import then the refresh is automatic and changes in the data automatically appear in your reports.
Br,
T
Re: Can power bi refresh data automatically when new data comes to dynamic 365 database?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-17-2018 07:01 AM
Thanks @t_R. I appreciate the info