Forum Discussion
remove custom visuals from desktop
- 10 years ago
Just out of curiosity, I attempted to remove the visuals via the file extension trick. With this, you change the report file extension from .pbix to .zip). Extract the zip file to a folder. Browse to the Report --> Custom Visuals directory and remove the custom visualization that you don't need. Zip the file back up and then rename the extension from .zip to .pbix.
This works to remove the visualization from the options but still gives the custom visualization prompt to enable them.
Hi!
I managed to remove the custom visual warning, by opening the pbix file as an archive and editing the layout file.
Yu will find inside a json file describing the report structure. you need to remove the "resourcePackages" property which in my case was:
,"resourcePackages":[{"resourcePackage":{"name":"CardWithStatesBySQLBI1445315565700","items":[{"path":"icon.png","type":3},{"path":"CardWithStatesBySQLBI.js","type":0},{"path":"CardWithStatesBySQLBI.css","type":1}]}}]
And that's all... I hope this will be useful for the community.
How MS could possibe missed this as an IDE option?
Francisco.
ai3.fr
I had to use a combination of PowerDax and Fransico's solutions with a caveat. I had to leave "resourcePackages":[ ] in the layout file. Change back to pbix and acknowledge the warning one last time. Looking at the layout file again the resourcePackages option was gone. Open up as pbix one more time and no warning. Otherwise I was getting a corrupt file error.
Hope this helps!
- BradOsterloo10 years agoAdvocate I
Thanks much, this worked great