Forum Discussion
Tweaking an existing Custom Visual: the change is successful, but doesn't save into desktop file
- Anonymous9 years ago
I posted this as a question in another topic, and looks like the solution below should work:
You didn't call "pbiviz new" command, instead you are updating the existing one. So you'll need to do two things:
1) change "guid" field inside "pbiviz.json" to be different string
2) call "pbiviz package" command from command line ( inside the folder of visual)
See more here
https://github.com/Microsoft/PowerBI-visuals/tree/master/RVisualTutorial
I posted this as a question in another topic, and looks like the solution below should work:
You didn't call "pbiviz new" command, instead you are updating the existing one. So you'll need to do two things:
1) change "guid" field inside "pbiviz.json" to be different string
2) call "pbiviz package" command from command line ( inside the folder of visual)
See more here
https://github.com/Microsoft/PowerBI-visuals/tree/master/RVisualTutorial