Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hello All,
I am new to the power bi community and this is myfirst day interacting regrding custom power bi visuals development.
Can anyone please tell me what all languages should i start learning to develop custom visuals. Any links , books , pdf's shared is greatly appreciated. Other than SQL and C# i havent worked on any other languages .
Thanks
Hi there, and welcome aboard!
Custom visuals can be developed using R or TypeScript. The majority of turorials use the latter, and as TypeScript builds on JavaScript, it's essentially client-side web development - there are a lot of regular resources on that side of things.
Sadly there are no books on custom visual development, but here's a few links to help you get started:
NOTE: Regarding a lot of tutorials (mine included), they refer to the older version of the toolkit (2.x), as there have been breaking changes to these in 3.x, which has just been released. If you're going to follow these, then they will often suggest you run the following to install the tools:
npm i power-bi-visuals-tools -g
Run this instead, to make sure that the code you create from these will be compatible:
npm i power-bi-visuals-tools@2.3 -g
I hope some of this is useful, and good luck!
Daniel
Proud to be a Super User!
My course: Introduction to Developing Power BI Visuals
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Thanks Daniel,
So my lack of Javascripting knowledge will that be an hindrance to me developing the custom visual tools? i wil greatly apprciate if you can point me to basic java links
One of the biggest barriers to entry for data folks is the fact that custom visuals require a transition into web development. If you've used C#, TypeScript adds some features to JS you'll be familiar with but a solid understanding of JS will help a lot with stuff that isn't specific to the custom visuals SDK.
From a quick seach and overview, any of the following should get you into the basics:
As the custom visuals SDK utilises, Node.js, you might want to have a look at how that works in the solution too.
Proud to be a Super User!
My course: Introduction to Developing Power BI Visuals
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Thanks dm-p 🙂 i hope i still have that learning bug in me.
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
8 | |
6 | |
2 | |
2 | |
1 |