Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi there, I've two questions in one: I need to add a visual icon to the top of the arrow that separates two nodes, but first I need to give more space between these nodes, precisaly to make the arrow a little bit longer and put the new icon on top.
Is it possible to edit and do this?
Regards,
Daniel Bernal
Solved! Go to Solution.
Hello @dbernal_007,
Yes, this is generally possible in D3.js.
To increase the distance between nodes, you'll need to adjust the parameters of your layout (for example, linkDistance in a force-directed graph or the node spacing settings in hierarchical/tree layouts). Increasing the spacing will make the connecting links/arrows longer.
Once you have sufficient space, you can place an icon on or near the link by:
Could you share:
That would help provide a more specific solution.
Best regards,
Omkar Shinde
Microsoft Fabric Enthusiast | Power BI Consultant
💡 If you found this response helpful, please consider giving it a Kudos.
✅ If this resolves your question, please mark it as the Accepted Solution to help others in the community.
Hi @Omkar_1712 , thanks for your answer. I found where the space between nodes must be setted up, the D3JS visualization in Power BI has an Edit option and there's the entire code that I didn't find before.
Thanks again
Hello @dbernal_007,
Yes, this is generally possible in D3.js.
To increase the distance between nodes, you'll need to adjust the parameters of your layout (for example, linkDistance in a force-directed graph or the node spacing settings in hierarchical/tree layouts). Increasing the spacing will make the connecting links/arrows longer.
Once you have sufficient space, you can place an icon on or near the link by:
Could you share:
That would help provide a more specific solution.
Best regards,
Omkar Shinde
Microsoft Fabric Enthusiast | Power BI Consultant
💡 If you found this response helpful, please consider giving it a Kudos.
✅ If this resolves your question, please mark it as the Accepted Solution to help others in the community.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 31 | |
| 28 | |
| 24 | |
| 24 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 32 | |
| 18 | |
| 17 | |
| 16 |