Forum Discussion

PrachiJain06's avatar
PrachiJain06
Helper II
2 years ago
Solved

Visual Studio Code for Power BI default visuals

Where can we find the Microsoft Power BI default visuals in Visual Studio Code?

8 Replies

  • Hey PrachiJain06 ,

     

    please provide more information what you are going to achieve and why you are expecting to find Power BI default visuals in Visual Studio Code?

     

    Regards,

    Tom

  •  Want to make some changes to the current default visual to make my report compatible, based on minor adjustments. Can we get those deafult Visual code on Monthly update as well?

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi PrachiJain06 ,

       

      You may be able to get the pwoer bi visuals based on the following command, then change it to suit your needs and finally package it for use.

      npm install -g powerbi-visuals-tools
      
      pbiviz new <visual-name>
      
      pbiviz package

       

      Hope it helps!

       

      Best regards,
      Community Support Team_ Scott Chang

       

      If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

      • PrachiJain06's avatar
        PrachiJain06
        Helper II

        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