Forum Discussion
Network (force-directed) visual using power BI d3 custom visual
Sorry I also should have said, I have gotten my simple data set to work in the Force Graph Visual, but as said I won't be able to use this visual without modifiying the source code to incorpoate the additional capabilites I require and that can't happen until I can use the developer option.
Could you please send your visual to [email protected] ?
I can analyze it and figure out what is wrong.
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]
- alpayne7 years agoFrequent Visitor
Thank you so much for looking at this for me and spending some time on this, I really appeciate it.
The code I'm trying to get to work in the d3 Visual I imported from the Microsoft Store (https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381354?tab=Overview) is shown in my orignal question. Also included in my orignal question is the dataset I'm using. I simply stored the dataset as a csv file and then sourced it from Power BI. You can just copy paste the source code and dataset from my original post but I will also send it to the email address you provided.
Futhermore, I'm also in the process of now looking at the source code for the Force Graph Visual (as you suggested) as I have basically given up on using the d3 Visual. The overview of the d3 Visual reads like it should be just a simple matter of copying and pasting your d3.js source code into the d3 Visual editor and then changing a few lines and it should all work. I have gotten this to work for simple visuals but something that is a little bit more complicated doesn't seem to work. Or probably more to the point, I don't understand how to get it to work.
Once again your help is greatly appreciated.