Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I downloaded a SankeyByBradSarsfield custom visual.
In order to learn, I changed some code based on this and create copied and updated version using "Dev Tools".
Then I created several reports to PowerBI service.
But finally, I got 4 Sankeyxxxxx.js files when I use IE F12 dev tools and these script all didn't work properly.
Can anyone help me to resolve this?
Remoe them or make the right one work.
Thanks.
Hi manan,
As the developer tools are no longer being maintained, please use the PowerBI Custom Visual CLI Tools. And you may use the following command to create a pbiviz file in the dist/ directory of your visual project.
pbiviz package
It seems not many documents mentioned this. Maybe the quicker way is to recreate it. Have you tried this?