Forum Discussion
manan
10 years agoNew Member
Custom Visual doesn't work after I changed it.
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.
4 Replies
- v-chuncz-msftCommunity Support
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
- mananNew MemberHi Sam It seems there is a big change between CLI tools and the old Dev Tools. Do you know how to migrate the old project to the CLI tools project because I just want to enhance some function of an existing visual. Regards. Manan
- RiaonMicrosoft Employee
It seems not many documents mentioned this. Maybe the quicker way is to recreate it. Have you tried this?