Forum Discussion
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
- dm-pSuper 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:
- Aster Plot
- Attribute Slicer
- Bullet Chart
- Chiclet Slicer
- Chord
- Clustering K-Means
- Decision Tree
- Dot Plot
- Drilldown Chloropleth
- Dual KPI
- Enhance Scatter
- Force Graph
- Gantt
- Globe Map
- Heatmap
- Histogram
- Mekko Chart
- Network Navigator
- Pulse Chart
- Radar Chart
- Sample Bar Chart
- Sankey
- Sunburst
- Timeline
- Tornado
- Word Cloud
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! :)
- jpppContinued Contributor
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
- AnonymousNot 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.
- jpppContinued Contributor
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