Forum Discussion
Problems updating Custom Visuals in Power BI Desktop
Same problem almost a year later. If anyone solved it please advise.
thanks-
- Anonymous9 years agoNot applicable
This is going to sound like a strange solution but i had the same problem and this is what i did to fix it:
Find the GUID in your file. Everywhere you have references this GUID, increment the number by 1.
Everytime you need to import a changed version of your visual, you will need to update the value. It seems to remember
- Cubist9 years agoAdvocate II
Thanks Ross -
Its worth a shot.
- Cubist9 years agoAdvocate II
Fyi, someone from MS is currently attempting to help with this issue on another thread.
I started this thread to try and consolidate this question and what appear to be two other related questions on the same topic:
- Anonymous7 years agoNot applicable
Actually, the only place where the guid id needs to be incremented is in the pbiviz.jons file:
for example:{ "visual": { "name": "d3jsvisual", "displayName": "D3V5JSVisual", "guid": "D3JSVisual_PBI_CV_CDD143DEC3A145E7A507B562AF6CF492", "visualClassName": "D3JSVisual", "version": "2.0.0", "description": "", }, "apiVersion": "1.11.0" }Then when you run 'pbiviz package', the new guid is used.- Anonymous7 years agoNot applicable
It might be worth nothing that this thread came about from a much earlier version of the API. I think its a bit different now.