Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Where do I find all visuals?

https://docs.microsoft.com/en-us/power-bi/developer/custom-visual-develop-tutorial

Second sentence of this tutorial states: To help you get started, we’ve published the code for all of our visualizations to GitHub.

 

Where on GitHub can I find these ? 

https://github.com/microsoft/PowerBI-visuals-tools/tree/master/templates/visuals

Here I can find table and slicer.

Searching Microsoft's GitHub https://github.com/microsoft?language=&page=1&q=powerbi-visuals-&type=&utf8=%E2%9C%93 

only shows some. I'm looking for i.e. stacked and clustered bar and column chart.

 

I want to fork these and try to do translations. So for eg. the Table visual add custom logic to translate column headers. Would this be possible to achieve ?

  • Hi Anonymous,

     

    All custom visuals that are developed and published in the marketplace by Microsoft are available on GitHub.

    But the core visuals are not available anymore and cannot forked and/or modified.

     

    If you want to change something then you have either create a new one from scratch or submit an idea at https://ideas.powerbi.com

     

    -JP

4 Replies