Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

How to see the DOM of a custom R HTML visual?

Hello,     In this question, the OP is able to see the DOM of a custom visual in an iframe. How can we do that? I'm doing custom R HTML visuals with pbiviz.
  • WZorn's avatar
    5 years ago

    Anonymous ,

     

    I am developing a custom visualization from scratch.  In order to run and view your visualization that's under development, there are quite a few steps you go through to "link" your local development environment to powerbi.com.  The viewing of the custom visualization is done by editing a powerbi file that has been uploaded and adding the "developer visual".

     

    To see the DOM of your R visual, I don't see a reason why you couldn't upload your Power BI analysis file to your workspace on powerbi.com.   Viewing your visualization there, will allow you to use the browsers developer tools to inspect the DOM and even see possible errors in the console.

     

    Hope this helps.  I know that's a lot of work to see the DOM, but there is no way of viewing it that I know of in the desktop software.

     

    William