Forum Discussion
Can I use Java Scrip Visuals downloaded from D3.js in Power BI Desktop?
- 8 years ago
It seems to implement this custom visual you would need to develop your own custom visual.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Thanks for your feedback! I visited the sites that you mentioned, and downloaded the file d3jsvisual.1.2.0.0.pbiviz. What do I do now? I looked at the custom vizuals site that you sent, but because I am new to all this I have no clue what it means. Please direct me how to navigate this website! Thanks again!
You have to import the visual
See here: https://pbiwebprod-docs.azurewebsites.net/en-us/documentation/powerbi-custom-visuals-use/
- Christann8 years agoAdvocate IV
Thanks for your help! But I was actually wondering how I can access interactive charts like the Colapsible Force-Directed Graph shown in the examples on the D3js.org website.
- v-viig8 years agoCommunity Champion
There're two options to use Force-Directed Graph in Power BI:
- Use the exisitng Force-Directed Graph
- Develop a new custom visual by following documentation (to start it you should know JavaScript, TypeScript, CSS)
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Christann8 years agoAdvocate IV
Thanks the force directed graph that you gave me the link to works but is not colapsable like the one on the D3js.org website.
Here is a link to what I am looking for:
http://mbostock.github.io/d3/talk/20111116/force-collapsible.html
By the way, thanks for your help!