Forum Discussion
joemensor
10 years agoHelper I
Problems updating Custom Visuals in Power BI Desktop
Since I have updated to the April release of Power BI desktop, if I make changes to my visual in the dev tools, re-import and test, changes are not reflected. I have to shutdown and restart Power BI ...
Anonymous
7 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.
Anonymous
7 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.