Forum Discussion
JanStottko
3 years agoFrequent Visitor
Power App Visual in PowerBI doesn't update
Hey there, I am encountering following problem… I just created a PowerBI Report and embedded an already existing PowerApp to write back data into an Excel in a Sharepoint folder. The writeback func...
- 3 years ago
My colleague just found the solution for my problem. I just had to change the live version to the newest version in Power App.
Anonymous
3 years agoNot applicable
So far I have worked with embedded Power Apps in Power BI, I learnt 4 things.
- Always create the Power Apps from Power BI Report and then start working in that Power Apps. When I didn't do this, "PowerBIIntegration.Refresh()" function was not available from the Power Apps which I didn't create from Power BI.
- The "PowerBIIntegration.Refresh()" function would not work properly in the Power Apps. So always prefer testing the Power Apps after saving and publishing the application from Power BI.
- After saving and publishing the Power Apps, make sure you add a weird button or label or make such UI change in the landing page so that you could identify the embedded version of Power Apps in Power BI is the latest version or not. Cache problem is serious problem for users working in Power Apps.
- From your problem it seems it's a Cache problem. Please press "Refresh" button several times (from personal experience, I did around 12 times or more) from Power BI Service and you're good to go.
Thank you.
If my solution helps you, please mark it as solution.