Forum Discussion
Power BI Integration w/ Unity 3D
Hi, I am working on a similar kind of project. Has anyone been able to do this? I have come across another route using DirectX and WebGL to render a custom PowerBI visual but I am not sure whether that would work the HoloLens, which is what I am aiming for ? hence, why I'd like to use Unity for this. Any ideas?
Thank you
I am also looking at how to integrate PowerBI with Unity. Has anyone successfully done this?
- v-viig7 years agoCommunity Champion
Please look for a documentation on how to integrate an iframe into Unity. Please note it will use inner browser for rendering. No direct calls to DirectX or OpenGL because most of components are based on SVG but there're some visuals that use WebGL.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- jeremyroland7 years agoNew Member
Thank you. How about the other way around? Can you embed an iframe/webGL app into PowerBI?
- v-viig7 years agoCommunity Champion
You can write a custom visual that use WebGL.
Documentation is here: https://microsoft.github.io/PowerBI-visuals/docs/overview/
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals