Forum Discussion
"pbiviz package" does not update visual's capabilities, but "pbiviz start" does
- 8 years ago
Okay I figured it out - I recently put this visual into the AppSource store and I believe that was why I couldn't see any changes to the Capabilities. My solution was to change the "guid" in the pbiviz.json file and now I see a the new Capabilities.
- 8 years ago
You're absolutely correct. Power BI loads CV from our CDN if the visual is approved by App Source.
That means that you should use another GUID or pbiviz start for development purposes.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Okay I figured it out - I recently put this visual into the AppSource store and I believe that was why I couldn't see any changes to the Capabilities. My solution was to change the "guid" in the pbiviz.json file and now I see a the new Capabilities.
- v-viig8 years ago
Community Champion
You're absolutely correct. Power BI loads CV from our CDN if the visual is approved by App Source.
That means that you should use another GUID or pbiviz start for development purposes.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- jppp8 years ago
Continued Contributor
An other option with the Power BI service is: add '?approvedResourcesDisabled=true' to the url to skip the CDN loading of approved visuals.
-JP
- AyusmanBasu8 years agoRegular Visitor
Hi I've tried running the command: pbiviz start from it's root directory and yet I keep getting the error message:
could anybody help me with this?
I've generated the local SSL certificate and even installed the same step-wise sequentially