Forum Discussion
Power BI version doesn't support custom visual (sampleBarChart)
I just had the problem, and it's due the fact the API, is to "new"? for the current Powerbi.
Go to the your visual project folder (also where the pbiviz.json is located) using cmd.
run the command
pbiviz update 1.10.0 (yes it's a api "downgrade", as we are at 13) (I do mind you, it might cause issues with typescript (i believe the 10 version supports typescript 2.3.3..., etc, so test it out)
repackage, and worked for me.
hi @SP4NU7CH
I recently came across this issue and i am trying what you suggested. my attempt was downgrading the api version to 2.5.0 as suggested here https://github.com/xiaodongliang/forgeviewer_embed_in_powerbi_report but i am missing something...
Can you please tell me which package i have to update when changin the API version in order to succefully package?
What i found was :
Typescript 2.3.3
Types/node 12.0.0
Types/d3 5.7.2
But that's not working, i get muktiple typescript errors like https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30310
Thank you
Gian Marco