Forum Discussion
Power bi visual api, refreshHostData not working after packaging
Hi all,
Im trying to use the IVisualHost function refreshHostData.
In development it's working fine and dose as expected and updates my data.
But when i packege the visual nothing happens when refreshHostData is called.
Dose anyone know if there is something blocking the function from execution, if it's a bug or if there is some other way to refresh the data without refreshing the page?
Thanks in advands for the answers.
Jimmy
I worte to the support team and the reason that it's not working is that it's restricted API and the visual needs to be uploaded to the AppSourse for it to worke.
2 Replies
- JimmypFrequent Visitor
I worte to the support team and the reason that it's not working is that it's restricted API and the visual needs to be uploaded to the AppSourse for it to worke.
- erz1234Regular Visitor
Have you uploaded the visual to AppSource and if so, does now API call works? We have published our visual to AppSource around 2 weeks ago, and API still isn't working..