Forum Discussion
Power BI version doesn't support custom visual (sampleBarChart)
Where should I get the July 2018 version of Power BI?
By downloading and installing the one from the official website (https://powerbi.microsoft.com/it-it/desktop/) I still get the same version: 2.59.5135.781 64-bit (giugno 2018)
Hi, I'm getting the same error for a custom visual built in R. I'm able to import it without issues but once I load the data to the visual, I am hit with the error.
Have you been able to figure out what the issue is?
- nicolo_scarpa8 years agoFrequent Visitor
Not yet!
Is there somebody from Microsoft that could tell us what to do?
- SP4NU7CH8 years agoFrequent Visitor
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.
- nicolo_scarpa8 years agoFrequent Visitor
Did you manage to get the actual "sampleBarChart" example working by doing that?
I've downgraded the API version of the sample widget created with the "pbiviz new" command to 1.12.0 and it works. But this trick doesn't work with the sample of the "PowerBI-visuals-sampleBarChart" GitHub repository.