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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello, Generate a embedded token to a report which has a Power BI dataset as a datasource, needs especified all datasets in the request. Please create a endpoint to return all this datasets of specific report.
For example: GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/datasets
and the response like:
{
"value": [
{
"datasetId": "xxxxx-xxx-xxx-xx",
"isEffectiveIdentityRequired": true,
"isEffectiveIdentityRolesRequired": true
},
{
"datasetId": "xxxxx-xxx-xxx-xx",
"isEffectiveIdentityRequired": false,
"isEffectiveIdentityRolesRequired": false
},
]
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.