Forum Discussion
circle card tutorial
- 6 years ago
Hi Anonymous,
Yes the documentation is very out of date for the latest SDK, unfortunately :(
You can make this work though - before you create the visual, you'll need to make sure the SDK is "downgraded" to work with the version in the tutorial. In this section, modify step 2 as from:
npm i -g powerbi-visuals-tools
to:
npm i -g [email protected]
You should then be able to continue the tutorial as normal.
Note that the latest SDK changes a lot of how visuals are built (which is the error you're probably seeing - there have been quite a few posts on this subject recently... hopefully MS will update the doc soon...), but the code concepts are pretty much the same, even though you're using an older version.
Good luck!
Daniel
Hi Anonymous,
Yes the documentation is very out of date for the latest SDK, unfortunately :(
You can make this work though - before you create the visual, you'll need to make sure the SDK is "downgraded" to work with the version in the tutorial. In this section, modify step 2 as from:
npm i -g powerbi-visuals-tools
to:
npm i -g [email protected]
You should then be able to continue the tutorial as normal.
Note that the latest SDK changes a lot of how visuals are built (which is the error you're probably seeing - there have been quite a few posts on this subject recently... hopefully MS will update the doc soon...), but the code concepts are pretty much the same, even though you're using an older version.
Good luck!
Daniel
- Anonymous6 years agoNot applicable
It looks like the tutorial but when I test it online it says it can't connect to the visual server. Is there a fix for this too?
- Anonymous6 years agoNot applicable
sorry I had to create a brand new certificate to get it to work. It's all good now. It's crazy that the tutorial on the website would steer you so wrong! thanks for the help!
- dm-p6 years agoSuper User
No probs! In fairness, the tutorial was correct... once ;)
But yes, I forgot to mention that a certificate regeneration is required - sorry about that. This needs to happen any time you update the tools BTW.