Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 powerbi-visuals-tools@2.6.1, powerbi-visuals-api@2.6.1
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.
Solved! Go to Solution.
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.
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.
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