Forum Discussion
How to change the data rendering from import to dynamic
Hi ,
I have a report pointing to a view. The problem is it is not refreshing unless i manually refresh and publish it. Instead of pointing to the view i want to select (select * from view) and make it dynamic. How can i change that?
Thanks
8 Replies
- SteveCampbell
Memorable Member
Think you are wanting to check out this:
https://docs.microsoft.com/en-us/power-bi/refresh-scheduled-refresh
Some additional tips here:
https://powerbi.tips/2019/09/power-bi-refresh-overview/
Appreciate your Kudos
Connect with me!Stay up to date on
Read my blogs on- AnonymousNot applicable
Will test this option and update here.
Thanks
- AnonymousNot applicable
Still testig as there are few steps involved. The ETL Team refreshes a view ( i am checking if their job is refreshing as supposed to). On the Power BI side the data is stale, so wanted to make sure if it is the ETL load process or the BI side. Once i get confirmation will update here.
Thanks
- AnonymousNot applicable
Thanks SteveCampbell i am looking for hourly refresh and this link wont let me do that , it will let me do the refresh only once. The VIEW (SQL Server) gets updated every hour and my mistake ( really not sure why we cannot change the way the data is rendered once the report is created) i just selected the VIEW instead of using Direct Query (select * from view)
Bottom line is that the report needs to be refreshed every hour.
Thanks
- SteveCampbell
Memorable Member
Power BI Pro license allows a schedule refresh 8 times a day.
Power BI Premium allows a schedule refresh 48 times a day.
See costing: https://powerbi.microsoft.com/en-us/calculator/
Direct Query can be enabled if you go to model view, click the table and in properties go to advanced.
Note that there are limitations when using direct query, and may not be possible if doing data transformations or certain connections:
https://docs.microsoft.com/en-us/power-bi/desktop-use-directquery#limitations-of-directquery
Appreciate your Kudos
Connect with me!
- v-juanli-msft
Community Support
Hi Anonymous
When connect to SQL Server database with Power BI Desktop, select "direct query", write code in the "statement" window by expanding the Advanced option.
The code could be like:
SELECT [Field List]
FROM dbo_viewnamea similar thread you could refer to.
There are other ways to refresh reports from Power BI Desktop automatically.
Script for automation of refreshing Power BI workbooks. Built on Python 3.6 and pywinauto.
Auto-refresh PowerBI Desktop PBIX file
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - v-juanli-msft
Community Support
Hi Anonymous
Is this problem sloved?If it is sloved, could you kindly accept it as a solution to close this case?If not, please let me know.Best RegardsMaggie