Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
It is quite clear and simple to create a client
var credentials = new msrest.TokenCredentials('cAY0b0dCSSbg0oL3nHcgMScnrB...lw==', 'AppKey'); var client = new powerbi.PowerBIClient(credentials);
To trigger the setAllConnection function
client.datasets.setAllConnections('pow....','112ef...','a1baf74f...',mparameters,function (err, result, request, response) { console.log(err );});
Sadly i can't generate the 4. parameter ('mparameters')
var mparameters = {theMissungKey: {"connectionString": "data source=yourDB.database.windows.net;initial ....
I have no Clue what the name of the first Key "theMissingKey" could be.
I always get this error message
Error: Required 'connectionString' property is missing or misspelled
Any ideas ?
Thank you michael
User | Count |
---|---|
8 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |