Forum Discussion
Christann
Advocate IV
8 years agoCan I use Java Scrip Visuals downloaded from D3.js in Power BI Desktop?
Hi! I was wondering if I can use D3.js visuals in Power BI? They Download in a Java Script format, but Power BI Desktop will not accept them as custom visuals. I know almost nothing about Java Script...
- 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
Christann
Advocate IV
8 years agoThanks 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-viig
Community Champion
8 years agoThere'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 ago
Advocate 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!