Forum Discussion
Import a json file to power BI desktop
Hi All ,
I have an already existing json file that contains a code source to create a new PBI visualization and I need to import it in power BI desktop , could you please let me know how this can be done and what steps to follow ?
Thanks in advance ,
Ismail
5 Replies
- v-chuncz-msft
Community Support
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
- AnonymousNot 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-viig
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