Forum Discussion
Custom visual "Invalid API Version v2.6.0" error
Hello, I need to modify an old custom visual I built about 2 years ago. And when I tried to start it or build it, it says
VALIDATION Invalid API Version v2.6.0
I installed [email protected], [email protected]
but it still gives the same error.
in my package.json:
"devDependencies": {
"powerbi-visuals-api": "^2.6.1",
"ts-loader": "6.1.0",
"tslint": "^5.18.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "3.6.3"
I don't want to spend too much time migrating this custom visual viewmodels to 3.x. Any help, suggestion please?
Thank you.
- Anonymous5 years ago
just solved this with this post here:
https://stackoverflow.com/questions/54037631/power-bi-custom-visual-force-directed-graph-api-error
in case anyone needs it.
2 Replies
- AnonymousNot applicable
just solved this with this post here:
https://stackoverflow.com/questions/54037631/power-bi-custom-visual-force-directed-graph-api-error
in case anyone needs it.
- AnonymousNot applicable
Hi Anonymous ,
It's glad to hear that your problem has been resolved. And thanks for sharing the solution here. Could you please mark your post as Answered since it has been resolved? It will help the others in the community find the solution easily if they face the same problem with you. Thank you.
Best Regards