Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
Solved! Go to Solution.
Yes. You build custom visuals essentially with javascript. You can also use Power BI Embedded to integrate Power BI into your web applications.
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