Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Experts,
Please advise if there is a way to open the pbiviz file and see the code behind a custom visual.
Thanks.
Solved! Go to Solution.
Hi @Shadaiv ,
Do you want to modify the existing .pbiviz file and customize it as your own custom visual, you can refer to the following links to get it, hope they can help you solve the problem.
Extracting .ts file from pbiviz file
Edit Power BI pbiviz custom visual package
Instead of zipping back, you can keep the original
.pbviz
file, open it with a software like7-zip
and replace the files you need. This way, Power BI still recognizes it like a valid custom visual.Important: it's necessary to replace the
guid
in every file for a new one, otherwise your fix will be replacedby the version on marketplace.
Editting an existing Custom Visual
Best Regards
Hi @Shadaiv ,
Whether your problem has been resolved? If yes, could you please mark the helpful post as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.
Best Regards
Hi @amitchandak
Thanks for your reply.
I have a .pbiviz file which is imported to Power BI as Custom visual.
We are trying to see the code behind this .pbiviz file so that we can tweak the code based on our requirement.
Thanks
Hi @Shadaiv ,
Do you want to modify the existing .pbiviz file and customize it as your own custom visual, you can refer to the following links to get it, hope they can help you solve the problem.
Extracting .ts file from pbiviz file
Edit Power BI pbiviz custom visual package
Instead of zipping back, you can keep the original
.pbviz
file, open it with a software like7-zip
and replace the files you need. This way, Power BI still recognizes it like a valid custom visual.Important: it's necessary to replace the
guid
in every file for a new one, otherwise your fix will be replacedby the version on marketplace.
Editting an existing Custom Visual
Best Regards