Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |