Forum Discussion
New Custom Visuals from scratch
Hi
I want to create a new visuals, i have followed the PowerBI Articles, i can create a new pbiviz folder and with few json files. Can you please explain me where i need to write the scripts and how to use the visual in Power Bi Desktop.
it will be greate if you share any step by step document or url.
Thanks
Hari
Anonymous,
It is well explained at https://powerbi.microsoft.com/en-us/documentation/powerbi-custom-visuals-getting-started-with-developer-tools/. Double check Inside the visual project and Package your visual for use in Power BI Desktop and distribution.
To add a custom visual to a report in Power BI Desktop, see https://powerbi.microsoft.com/en-us/documentation/powerbi-custom-visuals-use/.
2 Replies
- v-chuncz-msftCommunity Support
Anonymous,
It is well explained at https://powerbi.microsoft.com/en-us/documentation/powerbi-custom-visuals-getting-started-with-developer-tools/. Double check Inside the visual project and Package your visual for use in Power BI Desktop and distribution.
To add a custom visual to a report in Power BI Desktop, see https://powerbi.microsoft.com/en-us/documentation/powerbi-custom-visuals-use/.
- MawashiKidResolver II
Hi,
I haven't seen too many recent updated informations unfortunately. Most online demos and videos I found dealt with
'deprecated' versions. Though you can have a look at both videos below which should give you a good basic understanding.
Open-source Power BI visuals by Lukasz Pawlowskihttps://www.youtube.com/watch?v=LrImLnrLq1M
and|or
Building Power BI custom visuals that meet your app needs by Sachin Patney
https://www.youtube.com/watch?v=_2-yMGtEv2w
I would also recommend having at least a good basic understanding of D3.js and TypeScript.
Last but least... Practice... practice... and oh did I forget to mention? Practice...Hope this helps.