admin管理员组文章数量:1403229
I am using the Power Apps for Power Bi visual in my power bi report where I have forms that prompt the user to add/edit data after drill through.
However, when I try refreshing the PowerBIIntegration Object with PowerBIIntegration.Refresh()
I get an error saying 'Refresh' is an unknown or unsupported function in namespace 'PowerBIIntegration'.
I also tried Refresh(PowerBIIntegration.Data)
I get a different error saying only managed connections can be refreshed
This is the last step I need to complete the report I am working on and I have no idea how to fix this. All the documentation I find says to use PowerBIIntegration.Refresh()
but I can't seem to figure out why it is not working.
Any ideas on how to fix this?
EDIT: My data is direct query from dataverse
I am using the Power Apps for Power Bi visual in my power bi report where I have forms that prompt the user to add/edit data after drill through.
However, when I try refreshing the PowerBIIntegration Object with PowerBIIntegration.Refresh()
I get an error saying 'Refresh' is an unknown or unsupported function in namespace 'PowerBIIntegration'.
I also tried Refresh(PowerBIIntegration.Data)
I get a different error saying only managed connections can be refreshed
This is the last step I need to complete the report I am working on and I have no idea how to fix this. All the documentation I find says to use PowerBIIntegration.Refresh()
but I can't seem to figure out why it is not working.
Any ideas on how to fix this?
EDIT: My data is direct query from dataverse
Share Improve this question edited Mar 21 at 14:21 iBeMeltin asked Mar 21 at 14:15 iBeMeltiniBeMeltin 1,8421 gold badge4 silver badges18 bronze badges2 Answers
Reset to default 0You must create the app within the power bi report on Power BI Service not the desktop. This ensures the PowerBIIntegration.Refresh()
function is embedded in the app.
If PowerBIIntegration.Refresh()
is not working, follow any two approaches below:
Create a power automate that will refresh the report by auto trigger.
If the
PowerBIIntegration.Refresh()
is not working then use timer like options and it will trigger the auto refresh.I was facing the same issue I created a power automated flow to fix this issue.
https://community.fabric.microsoft/t5/Service/PowerBIIntegration-Refresh-PowerApp-workaround/m-p/3192799
本文标签: powerbiRefresh PowerBIIntegrationData not workingStack Overflow
版权声明:本文标题:powerbi - Refresh PowerBIIntegration.Data not working - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744347350a2601839.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论