Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi, I'm Sarah,
Here, I would like some clarification, On this exemple in the order to refresh the token to embed a rapport, I don't know what correspond to parameters.
You can found on this page: https://github.com/Microsoft/PowerBI-JavaScript/wiki/Refresh-token-using-JavaScript-SDK-example
I have the groupID, reportID, datasetID and embedUrl, but I don't found the accessLevel and the BaseUri.
Whatare these elements and where can I find them?
best regards,
Sarah
Solved! Go to Solution.
The BaseUrl should be "https://api.powerbi.com/beta/myorg/"
As to the acccessLevel, it depends. When embedding a dataset to create reports, it is
{ "accessLevel": "Create", "datasetId": "youdatasetID", "allowSaveAs": true }
When embedding a report or dashboard, use
{ "accessLevel": "View" }
See GenerateToken
The BaseUrl should be "https://api.powerbi.com/beta/myorg/"
As to the acccessLevel, it depends. When embedding a dataset to create reports, it is
{ "accessLevel": "Create", "datasetId": "youdatasetID", "allowSaveAs": true }
When embedding a report or dashboard, use
{ "accessLevel": "View" }
See GenerateToken
User | Count |
---|---|
8 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
11 | |
3 | |
2 | |
2 | |
2 |