The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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