Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I don't have any coding experience, but I would like to edit one of the custom visualizations I've found (Force-Directed Graph) in order to change the functionality a bit. Specifically, I want the nodes to be manually adjustable so that I can nail them down to a specific location, instead of their location just being dictated by the charge.
Can anyone help me figure out what I would need to learn in order to edit the code for that viz, and how to go about doing it?
Thanks very much!
Solved! Go to Solution.
You should learn TypeScript and D3.js API to modify PowerBI-visuals-ForceGraph.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
You should learn TypeScript and D3.js API to modify PowerBI-visuals-ForceGraph.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Are type script and D3.js API helps modify other custom visuals aswell or just that specific visual? Thanks
Hi @ramireddy_karri - the vast majority of custom visuals are developed using TypeScript. Some are written in R but even that is built upon a TypeScript-based framework.
TypeScript is essential learning for custom visual development. d3 is a library that sits on top - a lot of visuals are developed using d3 and it does make things easier but it's not necessarily required.
Good luck!
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |