Forum Discussion

TienSinh's avatar
TienSinh
Frequent Visitor
3 years ago
Solved

Embed WebGL

I developed a simple 3d canvas using webGL. Is it possible to embed webGL into web-based powerBI visuals? Can anyone give me an example to do this? Thanks. 

 

 

  • KqunKqpar's avatar
    KqunKqpar
    1 year ago

    You did it from a server or you package your pbiviz with the unity build?

13 Replies

  • KqunKqpar's avatar
    KqunKqpar
    Regular Visitor

    Hey were you able to do it?? Im trying to do the same thing!! 

    • Anonymous's avatar
      Anonymous
      Not applicable

      Yes, I did it. It's possible. 

      • KqunKqpar's avatar
        KqunKqpar
        Regular Visitor

        You did it from a server or you package your pbiviz with the unity build?

  • TienSinh's avatar
    TienSinh
    Frequent Visitor

    I package my own pbiviz build. I build a WebGL visual from scratch instead of using frameworks e.g. Threejs

  • Anonymous's avatar
    Anonymous
    Not applicable

    I've ran into this issue before. Custom visuals are put into a sandboxed iframe that has WebGL disabled. The only way around this is for the Power BI team to make an exception on their end to allow this visual access to WebGL.