Forum Discussion
Import a json file to power BI desktop
Anonymous,
To import a custom visual into a Power BI report, package it as a single .pbiviz file.
https://docs.microsoft.com/en-us/power-bi/power-bi-custom-visuals
- Anonymous8 years agoNot applicable
Hello v-chuncz-msft,
Thanks for the reply ,
The point is that I am new in PBI and not really familiar with JS coding , the link below contains the visual that I neew to import and I need to know how to package the .pbiviz file as well as the tools needed .
I would really appreciate if you can provide some help on this one .
https://bl.ocks.org/mbostock/4339083
Best regards,
Ismail
- v-viig8 years ago
Community Champion
To use Collapsible Tree in Power BI you should develop a new custom visual in TypeScript by following this documentation.
Another way is to use D3.js Visual that has Collapsible Tree as a example.
jppp developed this custom visuals. Feel free to ask any questions.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Anonymous8 years agoNot applicable
Hello v-viig
Thanks for the help ,
Do you probably have an Idea how can I convert the code in the previous link into a cde that is compatible with a power pbi visual , many people recommend to use visual studio code but I am not sure where and how to put the code in visual studio .
Regards,
Ismail