Power BI / add refresh button on report view

可紊 提交于 2019-12-10 17:05:30

问题


I don't have much expertise in Power BI. I started work on it and found it very easy and I've created a report. That report is working fine.

Now, I've requirements to add Refresh button on the report that will refresh the data source and get the latest data from it. I tried to search alots on it but still, I'm not able to find any reasonable solution.

Do we have that kind of functionality available on Power BI?

Thank you for your time!


回答1:


Assuming you are working on powerbi.com, the end user cannot refresh the data in a report manually (though it is possible to manually refresh a dataset in a workspace if you have permissions to the workspace and have a data gateway set up).

You can either set up a refresh schedule or else build your report using a DirectQuery which will always use the current data.




回答2:


You can embed a PowerApp that calls a FLOW that calls the Power BI API to trigger a manual refresh. I found this posting very helpful in setting it up: Article by Konstantinos Ioannou




回答3:


I chose a direct query for retrieving the updated data into the PowerBI report.You can set the refresh rate in dataset settings.I did set it to 15 mins. After 15 mins it was refreshing in Power bi workspace online.But the embedded report deployed on the website was refreshing within an hour.I think there is no way to manually refresh the embedded report instantly.It automatically refreshes within an hour. As for the report in Power bi workspace, it can be manually refreshed instantly by checking dataset settings-> refresh now.



来源:https://stackoverflow.com/questions/52184992/power-bi-add-refresh-button-on-report-view

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!