Forum Discussion
Problem with updating an existing visual
We upload the new visual, save the report then reload the page. After the reload the report uses the old visual again.
Clearing the cache does not help. It seems like the problem is server side - maybe the visual is not correctly updated on the server since other reports still use the old visual? Or something along those lines.
We do keep the GUID the same. I just mentioned changing the GUID because in some other topics (especially for the Desktop version of Power BI), users mentioned that changing the GUID does seem to solve the problem. We did try that and it indeed does solve the problem, but this is not really the solution since our end users would need to update the existing reports to use the new visual.
Strange that it is not working for you; I haven't seen that behavior.
Looks to me like the save operation of the report is not finished correctly.
Is it happening to all users? Maybe the javascript console provides some additional information.
- Anonymous8 years agoNot applicable
We found out a bit more about this problem. Here are the steps to reproduce:
1. Create a new visual that just displays the version number. So at the start our visual just displayed 1.0.0.
2. Create a report, import the visual and add it to the report.
3. Pin this visual to a dashboard. It seems that this is the step that causes the problems with updating. As long as the custom visual is pinned to any dashboards it cannot be updated.
4. Create a new version of the visual displaying 1.0.1.
5. Import the visual to the report and save it.
6. Refresh and you will see the old 1.0.0 visual.
It seems that the pinned visual somehow prevents the updating.
You can now go to dashboards and delete the dashboard that has the visual and the visual on the report will now update and correctly show 1.0.1.
- jppp8 years agoContinued Contributor
Oke, I know that visuals on dashboards are being cached and maybe that is causing this behavior.
Is the report also using the old visual when you hit the data refresh icon after you reload the report after step 6?
- Anonymous8 years agoNot applicable
Yes, the report also shows the old visual.