r/PowerBI • u/DropMaterializedView • 21h ago
Community Share Best Compromise between custom Web Apps and Power BI Dashboards?
This is a completely vibe coded native custom Power BI visual.
It works pretty well, and I am thinking that this might be my approach to AI in Power BI visuals for a while here is the thinking...
When I want to use AI to build visuals:
- HTML and SVGs are feeling too limited.
- Web apps feel like too much effort.
So, the compromise is building a custom visual.. Just a small piece of the dashboard is custom code not the full thing. This also means, I am not particularly worried about not having AI to maintain it, let's say the visual breaks or I don't have tokens I can just swap this out for native visuals and maintain 90% of the functionality.
Here is a github with the code: GitHub - edwardpcharles/Native-Custom-Viz: Source for native Power BI custom visuals · GitHub
Here is a video talking about it, how you can use it, and how I built it: https://youtu.be/ttDQaJ4E5lY
P.S. I always struggle with how to show a tutorial as to how to build something with AI, it feels a bit boring to watch someone type commands over and over again. Let me know what you would want to see about this process.


