Forum Discussion
Berty
9 years agoFrequent Visitor
Is there a Google Charts equivalent in Power BI?
Is there a Google Charts equivalent in Power BI for web developers?
Google charts allows developer to build visualizations with javascript. For example to make a pie chart, your input will be some data points, and your output will be a pie chart painted on the DOM.
3 Replies
- Greg_Deckler
Community Champion
Yes. You build custom visuals essentially with javascript. You can also use Power BI Embedded to integrate Power BI into your web applications.
- BertyFrequent Visitor
Could you be more specific and direct me to a resource?
I do know about power bi embedded and this website https://microsoft.github.io/PowerBI-JavaScript/demo/code-demo/index.html, but as far as I could find, the javascript api only allows me to filter data on pre-built tiles, and not create custom tiles using raw data. points