Forum Discussion
Anonymous
7 years agoNot applicable
Newbie trying custom visual
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 ...
dm-p
7 years agoSuper User
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:
- https://www.w3schools.com/js/default.asp
- https://www.codecademy.com/learn/introduction-to-javascript
- https://www.learn-js.org/
- https://javascript.info/
As the custom visuals SDK utilises, Node.js, you might want to have a look at how that works in the solution too.
Anonymous
7 years agoNot applicable
Thanks dm-p :-) i hope i still have that learning bug in me.