Forum Discussion
PowerBI Client 2.0 beta testing
We are releasing to a `beta` tag in NPM. For bower you can pull by git tag which should match the same NPM versions.
ok i found the error. Bower installs version 1.1.0 and not the beta version in the demo folder
the demo tries to load
https://portal.analysis.windows-int.net
This server ist not reachable. I guess this server is internal to MS.
Perhaps it woiuld make sense to make the reports availible for everyone ;)
Will check the code for now.
Thnaks
michael
- akagiz10 years agoFrequent Visitor
Hi there,
using nuget with Visual Studio 2015 and the following command: Install-Package Microsoft.PowerBI.JavaScript -Pre
only tries to install the current version 1.1.0, not 2.0.0 beta .
Is there any way to install the beta in a asp.net project?
Best regards
- wabreza10 years agoMicrosoft Employee
We haven't published the beta version on Nuget yet. For now you can either reference the beta version via NPM/bower with beta tags. Or you can clone the repo and build a local copy from https://github.com/Microsoft/PowerBI-JavaScript.