Forum Discussion
Visual Studio Code for Power BI default visuals
- 2 years ago
Hi PrachiJain06 ,
If you want to explore the metadata of your existing pbix files as per my knowledge it's possible.Convert that file to.zip file it will expose the internal file structure of your pbix file.
You can refer this -
https://youtu.be/mqDDgPDhSE4?si=7b6hz6J-ADQlcznY
I hope it will be helpful.
Thanks,
Sai Teja
Hello TomMartens , Anonymous
Thank you for the response.
As I tried, the pbiviz new <visual-name> command creates a new visual. However, I am looking to modify existing Power BI default visuals (such as Bar charts or Pie charts) by accessing their code. I intend to make minor changes where needed while preserving the existing visual functionality.
Where can I access the source code for the default Power BI visuals so that I can make minor changes? Additionally, with monthly updates, is it possible to obtain the updated code packages for these default visuals?
Thank you
Prachi Jain
Hey PrachiJain06 ,
this is not possible.
You can not modify the core visuals, you have to create your own custom visual.
Regards,
Tom
- PrachiJain062 years agoHelper II
Thank you !