Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

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 ?

1 ACCEPTED SOLUTION
jppp
MVP

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

View solution in original post

4 REPLIES 4
dm-p
Super User
Super User

Hi @Anonymous,

As a rule of thumb, searching Github with powerbi-visuals will bear fruit for MS's custom visuals. Here's a shortlist:

Core visuals are closed source, and do not use the custom visuals SDK.

Hope this helps,

Daniel

EDIT: Aw, @jppp slipped in while I was typing and scooped the win! 🙂





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




jppp
MVP

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

Anonymous
Not applicable

Okay, thank you for the quick reply ! 

 

Do you think it would be possible to handle translations using custom visuals?  This is sort of the last idea I have to try and translate column headers in a table for example. I have to much data, and to many languages to translate to, to implement the solutions proposed in other threads where they duplicate the data with columnheaders for each language.

Hi @Anonymous,

 

Take a look at: https://microsoft.github.io/PowerBI-visuals/docs/how-to-guide/adding-localization/

Although it is still the old documentation, it should still be relevant.

 

-JP

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.